Files
cypress/npm
Lachlan Miller 7154ab0350 docs: document mount adapter requirements (#23976)
* docs: document mount adapter spec

* inject styles earlier

* update docs
2022-09-30 08:16:06 +10:00
..
2022-09-29 16:22:53 -04:00
2022-09-29 16:23:05 -04:00

npm

This directory contains packages that are both used internally inside the Cypress monorepo packages and also published independently on npm under the Cypress organization using the @cypress prefix. For example, vite-dev-server is published as @cypress/vite-dev-server.

These are automatically released based on Semantic Version commit message prefixes (feat, chore etc). A package is automatically released when changes are merged into develop. You can read more about this process in CONTRIBUTING.