Files
raven-test/e2e/cypress.json
2026-02-15 16:25:23 -08:00

31 lines
686 B
JSON

{
"defaultCommandTimeout": 5000,
"video": false,
"baseUrl": "http://localhost:8080",
"integrationFolder": "tests/regression",
"testFiles": "**/*.cy.{js,jsx,ts,tsx}",
"supportFile": "support/e2e.js",
"env": {
"apiBaseUrl": "http://localhost:7575/api/v8.0/",
"admin": {
"login": "superuser",
"password": "l3tm3in"
},
"accounting": {
"login": "Accounting",
"password": "Accounting"
},
"service": {
"login": "Service",
"password": "Service"
},
"customer": {
"login": "Customer",
"password": "Customer"
},
"bizadmin": {
"login": "BizAdmin",
"password": "BizAdmin"
}
}
}