mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-10 08:40:10 -06:00
* chore: update tough-cookie from 4.0.0 to 4.1.3. requires v8 snapshot update * fix: tough-cookie as of 4.1 doesn't default sameSite undefined to none any longer. However, we want to set sameSite === undefined to lax as the default as this is the case in every standard browser, except firefox. We did this previously and this is behavior we want to continue to preserve, even for security reasons * chore: update v8 snapshots * fix issue with global toString * chore: run ci * chore: update @cypress/request to 2.88.22 and @cypress/request-promise to 4.2.7 [run ci] * remove jsdom and start-server-and-test * revert @cypress/request back to 2.88.12 * update changelog entry * remove uneeded deps --------- Co-authored-by: Bill Glesias <bglesias@gmail.com> Co-authored-by: Ryan Manuel <ryanm@cypress.io>
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.
Testing
yarn workspace @packages/https-proxy test
yarn workspace @packages/https-proxy test-watch
yarn workspace @packages/https-proxy test-debug