Files
raven-test/e2e/cypress.json
2026-02-14 18:55:45 -08:00

15 lines
540 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" }
}
}