mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 21:40:28 -05:00
e74963ebc4
* 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
Guides
The guides directory contains information about specific things encountered when contributing to the Cypress project that fall outside the scope of CONTRIBUTING.md, which is more geared towards everyday development in this repo.
For information about using Cypress for testing web applications, visit docs.cypress.io.
For information related to a specific package in the monorepo, see that package's respective README.md.
For general contributor information, check out CONTRIBUTING.md.
Table of Contents
- App lifecycle
- Building release artifacts
- Code signing
- Debug logs
- Determining the next version of Cypress to be released
- E2E Open Mode Testing
- Error handling
- GraphQL Subscriptions - Overview and Test Guide
- Patching packages
- Release process
- Testing other projects
- Testing strategy and style guide (draft)
- Writing cross-platform JavaScript
- Writing the Cypress Changelog