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: reporter support for test replay embedding (#34031)
Two reporter changes consumed by the test-replay viewer, which bundles the
reporter as a git submodule and renders it in a read-only context:
- Re-export the singular `Attempt` component. It is imported by the test-replay
submodule barrel to render one attempt at a time from a single AttemptModel.
It was dropped as an unused export in #33212, which is true within the reporter
but not for the external consumer.
- Add `appState.cyPromptActionsEnabled` (default true) gating the cy.prompt
Feedback / Get Code buttons. Read-only hosts such as test replay have no live
backend to service these actions, so they disable the flag. It is intentionally
excluded from `appState` reset defaults so it persists for the host's lifetime.
Default behavior in the Cypress app is unchanged.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments