RandomSec/OpenRefine/main/tests/cypress/cypress.json
2022-01-30 23:08:52 +01:00

13 lines
230 B
JSON

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