Skip to content

Latest commit

 

History

History
 
 

https-proxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.

Install

The proxy's dependencies can be installed with:

cd packages/https-proxy
npm install

Testing

npm test