Files
raven-test/e2e/cypress.json
2021-10-29 19:34:12 +00:00

13 lines
359 B
JSON

{
"integrationFolder": "tests",
"supportFile":"support",
"xbaseUrl": "http://localhost:7575",
"baseUrl":"http://localhost:8080",
"xdefaultCommandTimeout": 10000,
"env": {
"adminusername": "superuser",
"adminpassword": "l3tm3in",
"accountinguser": "Accounting",
"accountingpassword": "Accounting"
}
}