Files
cypress/npm
Jennifer Shehane e74963ebc4 chore: wait for specs page to load before continuing in tests in order to reduce flake (#28855)
* 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
2024-02-06 09:38:36 -05:00
..
2023-10-16 14:30:39 -04:00
2023-10-11 10:06:10 -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.