RandomSec/OpenRefine/main/tests/cypress/cypress.json

13 lines
230 B
JSON
Raw Normal View History

2022-01-30 23:08:52 +01:00
{
"integrationFolder": "./cypress/integration",
"nodeVersion": "system",
"retries": {
"runMode": 3,
"openMode": 0
},
"env": {
"OPENREFINE_URL": "http://localhost:3333",
"DISABLE_PROJECT_CLEANUP": 0
}
}