Files
cypress/npm
Chris Breiding ed69f0ba67 fix: Fix issues with Cypress.require() and TypeScript (#25931)
Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
2023-03-08 16:25:28 -05:00
..
2023-02-06 16:44:44 -05:00
2023-02-07 18:02:17 +10:00
2023-02-06 16:44:58 -05: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.