Files
cypress/npm/react/docs/development.md
T
2021-02-11 12:39:04 -05:00

11 lines
258 B
Markdown

# Development
To get started with this repo, compile the plugin's code and the examples code
```shell
yarn build
yarn cy:open
```
- run Cypress with `yarn cy:open` and select the spec you want to work with
- edit `lib/index.ts` where all the magic happens