RandomSec/main/tests/cypress/cypress.json

12 lines
196 B
JSON
Raw Normal View History

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