This commit is contained in:
2022-09-13 18:10:30 +00:00
parent 8a2f67221b
commit 1dbcc1bf5f
3 changed files with 10 additions and 9 deletions

View File

@@ -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',
},
})

View File

@@ -7,7 +7,7 @@
"test": "tests"
},
"devDependencies": {
"cypress": "^10.4.0"
"cypress": "^10.7.0"
},
"scripts": {
"open": "./node_modules/.bin/cypress open",