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
14 lines
204 B
Markdown
14 lines
204 B
Markdown
# OpenRefine test suite
|
||
|
||
## Install
|
||
|
||
```
|
||
cd ./main/tests/e2e
|
||
npm install
|
||
```
|
||
|
||
## Usage
|
||
|
||
- Run OpenRefine on a separate terminal
|
||
- Open the Cypress test runner with `./node_modules/.bin/cypress open`
|