1df51b6b58
* Added an environment variable to disable projects cleanup on CI/CD, improve performances * revert DISABLE_PROJECT_CLEANUP to be 0 by default Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"integrationFolder": "./cypress/integration",
|
|
"nodeVersion": "system",
|
|
"retries": {
|
|
"runMode": 3,
|
|
"openMode": 0
|
|
},
|
|
"env": {
|
|
"OPENREFINE_URL": "http://localhost:3333",
|
|
"DISABLE_PROJECT_CLEANUP": 0
|
|
|
|
}
|
|
}
|