RandomSec/main/tests/cypress/cypress.json
Florian Giroud 4b6106a386
Run UI tests in continuous integration (#3393)
* 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
2020-12-15 20:34:15 +01:00

12 lines
182 B
JSON

{
"integrationFolder": "./cypress/integration",
"nodeVersion": "system",
"retries": {
"runMode": 2,
"openMode": 1
},
"env":{
"OPENREFINE_URL":"http://localhost:3333"
}
}