Files
raven-test/e2e/cypress.json
2021-12-20 17:35:33 +00:00

19 lines
619 B
JSON

{
"defaultCommandTimeout":7000,
"integrationFolder": "tests",
"supportFile":"support",
"xxbaseUrl": "http://localhost:7575",
"baseUrl": "https://test.helloayanova.com",
"xbaseUrl":"http://localhost:8080",
"video":false,
"env": {
"xapiBaseUrl":"http://localhost:7575/api/v8.0/",
"apiBaseUrl":"https://test.helloayanova.com/api/v8.0/",
"adminusername": "superuser",
"adminpassword": "l3tm3in",
"accountinguser": "Accounting",
"accountingpassword": "Accounting",
"serviceuser":"Service",
"servicepassword":"Service"
}
}