a1209f9702
* Attempt to fix flaky tests * Increased Cypress retries, removed retries for openMode
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"integrationFolder": "./cypress/integration",
|
|
"nodeVersion": "system",
|
|
"retries": {
|
|
"runMode": 3,
|
|
"openMode": 0
|
|
},
|
|
"env": {
|
|
"OPENREFINE_URL": "http://localhost:3333"
|
|
}
|
|
}
|