You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: guides/cy-prompt-development.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ Regardless of running against local or deployed `cy.prompt`:
22
22
- Run `yarn`
23
23
- Run `yarn cypress:open`
24
24
- Log In to the Cloud via the App
25
-
- Open a project that has `experimentalPromptCommand: true` set in the config of the `cypress.config.js|ts` file within `e2e`. Ensure the project has the feature flag `cy-prompt` enabled.
0 commit comments