npm install @cypress/core-extension
Install
npm install
Building
npm run build
Watching
npm run watch
- Open Chrome
- Go into Extensions
- Check Developer Mode
- Click Load unpacked extension...
- Choose cypress-core-extension/dist directory
- Click background page to debug
background.js
- Click Reload (⌘R) to pull in changes to
manifest.json
- fix #266, handle null set cookie details
- getPathToRoot, force websocket connection only
- do not set cookie url when already present
- include missing app folder in release
- reject tabs which dont start with http
- remove querying by tab url
- added take:screenshot
- notify on cookie change
- new tab content + phrasing
- ignore theme/Cached Theme.pak
- set lodash as dep not devDep
- initial release
- implements cookie automation