mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 10:19:30 -05:00
1bf3ff8023
* chore: remove experimentalPromptCommand config * Update with code review * feat: add projectId handling in CyPromptLifecycleManager and ProjectBase - Enhanced ProjectBase to include projectId in the context. - Updated CyPromptLifecycleManager to utilize projectId, with fallback handling when project configuration fails. - Added tests to verify behavior when project configuration is unavailable, ensuring fallback projectId is used correctly. * Update with code review * Update with code review
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
- App <--> Cloud Testing
- CI
- Building release artifacts
- Code signing
- Debug logs
- Determining the next version of Cypress to be released
- E2E Open Mode Testing
- Error handling
- ESLint Migration Guide: Monorepo Alignment
- GraphQL Subscriptions - Overview and Test Guide
- Patching packages
- Protocol development
- Purging Specific URLs from Cloudflare cache
- Release process
- Studio development
- Testing other projects
- Testing strategy and style guide (draft)
- V8 Snapshots
- Writing cross-platform JavaScript
- Writing the Cypress Changelog
- Writing and Migrating To TypeScript