mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-27 17:39:10 -06:00
Extension
This is the WebExtension responsible for automating the browser
Developing
Watching
yarn workspace @packages/extension watch
Building
yarn workspace @packages/extension build
Testing
yarn workspace @packages/extension test
yarn workspace @packages/extension test-watch
yarn workspace @packages/extension test-debug
Debugging
In Chrome
- Open Chrome
- Go into Extensions
- Check Developer Mode
- Click Load unpacked extension...
- Choose packages/extension/dist directory
- Click background page to debug
background.js - Click Reload (⌘R) to pull in changes to
manifest.json
In Firefox
To be written...