mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 06:30:49 -06:00
* chore: test a theory that waiting for specs list will be less flaky * empty commit to trigger CI * Add logic to login command for when we're visiting pages with no specs * Rework tests to handle different 'no specs' pages * Update a couple more situations where there is no specs list * Fix bug where unauthorized login was not being sent at the right time to test the logout * Move the specs page assertions into their own custom command * typo fix
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.