mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-01 20:39:57 -05:00
0701e20429
* fix(deps): update fs-extra to 8.0.1 🌟 * but fs-extra in cli package back to 5.0.0 (Needs Node 4 support) * fix(deps): update fs-extra to 8.1.0 🌟 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
Extension
This is the Chrome Extension responsible for automating Chrome
Installing
The extension's dependencies can be installed with:
cd packages/extension
npm install
Developing
Watching
npm run watch
Building
npm run build
Testing
npm run test
Debugging
- 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