RandomSec/main/tests/cypress/cypress.json

14 lines
231 B
JSON
Raw Normal View History

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