RandomSec/main/tests/cypress/cypress.json
Kush Trivedi 2f375664f2
feat: introduct prettier style formatting for cypress test suite (#3494)
Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
2021-01-21 14:08:01 +01:00

12 lines
220 B
JSON

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