This commit is contained in:
2021-12-17 23:37:25 +00:00
parent bb20d5580e
commit 5923c80c9f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
"defaultCommandTimeout":7000,
"integrationFolder": "tests",
"supportFile":"support",
"xxbaseUrl": "http://localhost:7575",
"baseUrl": "http://localhost:7575",
"xbaseUrl": "https://test.helloayanova.com",
"baseUrl":"http://localhost:8080",
"xxbaseUrl":"http://localhost:8080",
"video":false,
"env": {
"apiBaseUrl":"http://localhost:7575/api/v8.0/",

View File

@@ -1,2 +1,2 @@
./node_modules/.bin/cypress run --browser firefox --no-exit
./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\smoke\*.js --no-exit
rem ./node_modules/.bin/cypress run --browser chrome --no-exit