12 lines
182 B
JSON
12 lines
182 B
JSON
|
{
|
||
|
"integrationFolder": "./cypress/integration",
|
||
|
"nodeVersion": "system",
|
||
|
"retries": {
|
||
|
"runMode": 1,
|
||
|
"openMode": 1
|
||
|
},
|
||
|
"env":{
|
||
|
"OPENREFINE_URL":"http://localhost:3333"
|
||
|
}
|
||
|
}
|