mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-03 21:19:44 -06:00
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
- Protocol development
- Release process
- Studio development
- Testing other projects
- Testing strategy and style guide (draft)
- Writing cross-platform JavaScript
- Writing the Cypress Changelog
- Writing and Migrating To TypeScript