mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-11 09:20:20 -06:00
* debugging-proxy -> @cypress/debugging-proxy * server: move perf urls to cypress.io, also test http perf * update low water mark for CI * server: run perf tests on vanilla chrome proxy first to establish baseline for real tests * fix tests
HTTPS Proxy
This package is responsible for acting as a CA authority and generating dynamic certificates on the fly for outbound HTTPS connections.
This package enables Cypress to inspect and modify bytes coming in and out of the browser.
Installing
The proxy's dependencies can be installed with:
cd packages/https-proxy
npm install
Testing
npm test