4643
This commit is contained in:
15
e2e/cypress.json
Normal file
15
e2e/cypress.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user