This commit is contained in:
@@ -3,13 +3,13 @@
|
|||||||
"xxxretries": 3,
|
"xxxretries": 3,
|
||||||
"integrationFolder": "tests",
|
"integrationFolder": "tests",
|
||||||
"supportFile": "support",
|
"supportFile": "support",
|
||||||
"xbaseUrl": "http://localhost:7575",
|
"baseUrl": "http://localhost:7575",
|
||||||
"baseUrl": "https://test.helloayanova.com",
|
"xxbaseUrl": "https://test.helloayanova.com",
|
||||||
"xxxxbaseUrl": "http://localhost:8080",
|
"xxxbaseUrl": "http://localhost:8080",
|
||||||
"video": false,
|
"video": false,
|
||||||
"env": {
|
"env": {
|
||||||
"xapiBaseUrl": "http://localhost:7575/api/v8.0/",
|
"apiBaseUrl": "http://localhost:7575/api/v8.0/",
|
||||||
"apiBaseUrl": "https://test.helloayanova.com/api/v8.0/",
|
"xapiBaseUrl": "https://test.helloayanova.com/api/v8.0/",
|
||||||
"admin": {
|
"admin": {
|
||||||
"login": "superuser",
|
"login": "superuser",
|
||||||
"password": "l3tm3in"
|
"password": "l3tm3in"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ todo: missing smoke tests:
|
|||||||
path: "/viewreport",
|
path: "/viewreport",
|
||||||
|
|
||||||
|
|
||||||
|
npm install --save-dev cypress@9.2.1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,8 @@
|
|||||||
"directories": {
|
"directories": {
|
||||||
"test": "tests"
|
"test": "tests"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cypress": "^9.2.0"
|
"cypress": "^9.2.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"open": "./node_modules/.bin/cypress open",
|
"open": "./node_modules/.bin/cypress open",
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\smoke\*.js --no-exit
|
./node_modules/.bin/cypress run --browser firefox
|
||||||
|
rem ./node_modules/.bin/cypress run --browser firefox --spec .\tests\regression\*.js --no-exit
|
||||||
rem ./node_modules/.bin/cypress run --browser chrome --no-exit
|
rem ./node_modules/.bin/cypress run --browser chrome --no-exit
|
||||||
|
|||||||
Reference in New Issue
Block a user