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