RandomSec/main/tests/cypress/package.json
Florian Giroud 7950d764ff
Architecture for front end browser-based UI tests, issue #733 (#3340)
* 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
2020-11-23 18:18:12 +01:00

16 lines
392 B
JSON

{
"name":"OpenRefine-Cypress-Test-Suite",
"version":"1.0.0",
"description":"Cypress tests for OpenRefine",
"license":"BSD-3-Clause",
"author":"OpenRefine",
"private":true,
"dependencies":{
"cypress":"5.6.0",
"cypress-file-upload":"^4.1.1",
"cypress-wait-until":"^1.7.1",
"dotenv":"^8.2.0",
"fs-extra":"^9.0.1",
"uniqid":"^5.2.0"
}
}