Files
cypress/packages/net-stubbing
Jennifer Shehane f920dcbd0d chore: enforce 'no-implicit-dependencies' on tslint (#31022)
* chore: enforce 'no-implicit-dependencies' on tslint

* downgrade chalk version for errors package
2025-02-06 17:33:05 -05:00
..

net-stubbing

This package contains the server-side code and type definitions for Cypress's network stubbing feature.

Driver-side code is contained in the driver package.

Building

Note: you should not ever need to build the .js files manually. @packages/ts provides require-time transpilation when in development.

yarn build-prod

Testing

Tests are located in ./test

To run tests:

yarn test

Additionally, net_stubbing_spec in the driver package tests the functionality in this repo.