Files
cypress/packages/https-proxy/README.md
Jennifer Shehane e2705e96dd Normalize headers across package READMEs [skip ci]
- update some instructions in readmes
2019-01-24 15:07:13 +06:30

21 lines
390 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.
## Installing
The proxy's dependencies can be installed with:
```bash
cd packages/https-proxy
npm install
```
## Testing
```bash
npm test
```