Files
sockeye/client/cypress.json
2022-12-16 06:08:11 +00:00

9 lines
196 B
JSON

{
"pluginsFile": "tests/e2e/plugins/index.js",
"baseUrl": "http://localhost:7676",
"defaultCommandTimeout":10000,
"env": {
"adminusername": "john",
"adminpassword": "abraxis"
}
}