Files
raven-test/e2e/cypress.json
2021-12-21 00:53:23 +00:00

30 lines
826 B
JSON

{
"defaultCommandTimeout": 5000,
"xxxretries": 3,
"integrationFolder": "tests",
"supportFile": "support",
"baseUrl": "http://localhost:7575",
"xxbaseUrl": "https://test.helloayanova.com",
"xxxxbaseUrl": "http://localhost:8080",
"video": false,
"env": {
"apiBaseUrl": "http://localhost:7575/api/v8.0/",
"xapiBaseUrl": "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"
}
}
}