migration from cypress 9 to cypress 10

This commit is contained in:
2022-08-07 19:26:07 +00:00
parent 38572219bc
commit 8f37876a9d
31 changed files with 41 additions and 32 deletions

View File

@@ -1,30 +0,0 @@
{
"defaultCommandTimeout": 5000,
"xxxretries": 3,
"integrationFolder": "tests",
"supportFile": "support",
"xbaseUrl": "http://localhost:7575",
"baseUrl": "https://test.helloayanova.com",
"xxxbaseUrl": "http://localhost:8080",
"video": false,
"env": {
"xapiBaseUrl": "http://localhost:7575/api/v8.0/",
"apiBaseUrl": "https://test.helloayanova.com/api/v8.0/",
"admin": {
"login": "superuser",
"password": "l3tm3in"
},
"accounting": {
"login": "Accounting",
"password": "Accounting"
},
"service": {
"login": "Service",
"password": "Service"
},
"customer": {
"login": "Customer",
"password": "Customer"
}
}
}