vue-poc/doc/testing.md
2021-01-13 20:14:23 +00:00

14 lines
147 B
Markdown

## Tests
### Cypress
https://github.com/cypress-io/cypress
```
cd ~\git\vue-poc\tests>
npx cypress open
or...
npx cypress run
```