This commit is contained in:
@@ -8,7 +8,8 @@ module.exports = defineConfig({
|
||||
video: false,
|
||||
env: {
|
||||
xapiBaseUrl: 'http://localhost:7575/api/v8.0/',
|
||||
apiBaseUrl: 'https://test.helloayanova.com/api/v8.0/',
|
||||
xxapiBaseUrl: 'https://test.onayanova.com/api/v8.0/',
|
||||
apiBaseUrl: 'https://3312.onayanova.com/api/v8.0/',
|
||||
admin: {
|
||||
login: 'superuser',
|
||||
password: 'l3tm3in',
|
||||
@@ -34,6 +35,6 @@ module.exports = defineConfig({
|
||||
},
|
||||
specPattern: 'tests/**/*.cy.{js,jsx,ts,tsx}',
|
||||
supportFile: 'support/e2e.js',
|
||||
baseUrl: 'https://test.helloayanova.com',
|
||||
xxbaseUrl: 'https://test.onayanova.com',
|
||||
},
|
||||
})
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"test": "tests"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cypress": "^10.4.0"
|
||||
"cypress": "^10.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"open": "./node_modules/.bin/cypress open",
|
||||
|
||||
Reference in New Issue
Block a user