mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-13 02:40:22 -05:00
11 lines
258 B
Markdown
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
|