RandomSec/main/tests/cypress/cypress.json

12 lines
182 B
JSON
Raw Normal View History

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