mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-13 12:59:07 -05:00
Issue 995 (#996)
* better explain contributing to the driver - update npm tasks to reflect newest conventions * better explain contributing to the desktop-gui - update npm tasks to reflect newest conventions * synchronize content changes * capitalize all package readme's for consistency * better explain contributing to the runner, synchronize content changes * better explain contributing to the server * synchronize content * synchronize content * synchronize content * synchronize content * synchronize content * synchronize content * better contribution guidelines by redirecting users to package specific readme's * synchronize content * fix various content mistakes * simplify contributing * removed dead files * bump zunder * lock zunder to 5.1.0
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
# Cypress Core Extension
|
||||
# HTTPS Proxy
|
||||
|
||||
> Intercepts requests from the website under test
|
||||
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
|
||||
|
||||
Root install is preferred (see `CONTRIBUTING.md`), but if you must
|
||||
The proxy's dependencies can be installed with:
|
||||
|
||||
* `npm install`
|
||||
* `npm run build`
|
||||
```bash
|
||||
cd packages/https-proxy
|
||||
npm install
|
||||
```
|
||||
|
||||
## Developing
|
||||
|
||||
**Testing**
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user