mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-06 23:10:22 -05:00
258 B
258 B
Development
To get started with this repo, compile the plugin's code and the examples code
yarn build
yarn cy:open
- run Cypress with
yarn cy:openand select the spec you want to work with - edit
lib/index.tswhere all the magic happens