mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 01:49:06 -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