@revoloo/cypress6
Version:
Cypress.io end to end testing tool
14 lines (9 loc) • 406 B
Markdown
# 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
```bash
yarn workspace /https-proxy test
yarn workspace /https-proxy test-watch
yarn workspace /https-proxy test-debug
```