Files
raven-test/e2e/cypress.json
2026-02-16 14:39:46 -08:00

20 lines
821 B
JSON

{
"defaultCommandTimeout": 5000,
"video": false,
"baseUrl": "http://localhost:8080",
"integrationFolder": "tests/regression",
"testFiles": "**/*.cy.{js,jsx,ts,tsx}",
"supportFile": "support/e2e.js",
"pluginsFile": "plugins/index.js",
"env": {
"expectedServerVersion": "8.2.4",
"apiBaseUrl": "http://localhost:7575/api/v8.0/",
"REMOTE_BASE_URL": "https://devtest.onayanova.com/",
"REMOTE_API_URL": "https://devtest.onayanova.com/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" }
}
}