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`
|