mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-16 12:10:05 -06:00
422 B
422 B
Development
To get started with this repo, compile the plugin's code and the examples code
npm run transpile
npm run build
npm run cy:open
- run TypeScript compiler in watch mode with
npx tsc -w - run Cypress with
npx cypress openand select the spec you want to work with - edit
lib/index.tswhere all the magic happens
This library is published by CI automatically following semantic versioning