mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 15:11:00 -06:00
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