mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-11 17:30:02 -06:00
* release 3.2.0 [skip ci] * add failing test for 304 * always end response on 1xx, 204, or 304 * add http req spec * add test that 1xx, 204, 304 always pass thru immediately * cleanup * skip stubborn test * cleanup, tests * fix stopping debugproxy where it hasn't been started fix stopping debugproxy where it hasn't been started * Never proxy websocket port * e2e test now works * unnecesary this * e2e works in ci Co-authored-by: Brian Mann <brian.mann86@gmail.com>
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