7950d764ff
* Added Cypress tests to OpenRefine * Installed Cypress * Added a few tests to cover basic OR features Y * Enriched langage Tests * Enriched project_create tests * Refactored and enriched undo/redo tests, added extract & apply * Upgraded Cypress to 5.6.0 * Removed the cypress-dot-env plugin, as Cypress now supports nice configuration capabilities * Added UX tests documentation * Improved functional tests documentation, added license and description to tests package.json
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"
|
|
}
|
|
}
|