Files
raven-test/e2e/cypress.json
2021-11-04 15:41:21 +00:00

16 lines
449 B
JSON

{
"defaultCommandTimeout":10000,
"integrationFolder": "tests",
"supportFile":"support",
"xbaseUrl": "http://localhost:7575",
"baseUrl":"http://localhost:8080",
"video":false,
"env": {
"adminusername": "superuser",
"adminpassword": "l3tm3in",
"accountinguser": "Accounting",
"accountingpassword": "Accounting",
"serviceuser":"Service",
"servicepassword":"Service"
}
}