Files
raven-test/e2e/cypress.json
2022-05-26 20:57:59 +00:00

30 lines
824 B
JSON

{
"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"
}
}
}