4b6106a386
* Fixed flaky tests * Refactored ui_test commans-line, added documentation * Attempt to build a workflow with cypress * Fixed CI UX tests build * Changed cyprss actions for pull-request * Merged Cypress workflow into the regular PR target workflow * Refactored Github workflows to include Cypress Tests * Revert Ci build to pull_request_target
12 lines
182 B
JSON
12 lines
182 B
JSON
{
|
|
"integrationFolder": "./cypress/integration",
|
|
"nodeVersion": "system",
|
|
"retries": {
|
|
"runMode": 2,
|
|
"openMode": 1
|
|
},
|
|
"env":{
|
|
"OPENREFINE_URL":"http://localhost:3333"
|
|
}
|
|
}
|