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

10 lines
245 B
JSON

{
"integrationFolder": "tests",
"xbaseUrl": "http://localhost:7575",
"baseUrl":"http://localhost:8080",
"defaultCommandTimeout": 10000,
"env": {
"adminusername": "superuser",
"adminpassword": "l3tm3in"
}
}