13 lines
230 B
JSON
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
|
|
}
|
|
}
|