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

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:open and select the spec you want to work with
  • edit lib/index.ts where all the magic happens