RandomSec/main/tests/cypress/cypress.json
Kush Trivedi 859828a0f0
feat: add ESLint configuration for cypress-test-suite (#3564)
* feat: Initialise ES-Lint for cypress
2021-02-07 18:53:13 +01:00

12 lines
196 B
JSON

{
"integrationFolder": "./cypress/integration",
"nodeVersion": "system",
"retries": {
"runMode": 2,
"openMode": 1
},
"env": {
"OPENREFINE_URL": "http://localhost:3333"
}
}