test(e2e): seven flow specs — the interactive suite covers the real product#181
Merged
Conversation
…roduct The required-gate suite grows from 4 to 11 specs, all signal-driven (no sleeps), all deterministic under the mock stack, 11/11 green locally in 1.4 minutes: - world-enter: tap a tower → ONE hop, arrival INDOORS — asserts the SSE wire contract (#167 image_op enter_scene + #161/#166 scene_view stamp {room, interior}). - world-submap: tap a district → the map REDRAW op (#164/#173). This spec caught TWO real mock bugs before it ever went green (title trigger-leak, then the multiline-title template miss) — the suite bites. - zoom-here: right-click "Zoom in here" pins an optical-zoom render_mode on the wire (#162/#169). - error-retry (mock-only): MOCK_ERROR → friendly banner → ↻ sends a FRESH Idempotency-Key and streams 200, not 409 (#153). - share-continue: /n/<id> renders the static viewer; /play?continue= rehydrates with ZERO new generates (the by-design split). - expand-tray: Around → four neighbour tiles → clicking one navigates (#154 wire; failed-count branch stays unit-tested). - wander: exactly 8 auto-taps, the stop pill, and NOT ONE more (#155) — possible under mock at all only since #176 fixed the swallowed candidates route.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
eren23
added a commit
that referenced
this pull request
Jul 20, 2026
…#186) The E5 flip from the interactive-tests campaign (#176–#181): delete continue-on-error from the mock-stack Playwright step. The suite ran green on 16 consecutive CI runs across unrelated PRs (2026-07-19→20), including runs that caught real regressions locally before push (expand-tray red on the mock-billing hole, fixed in #184). From this commit, a failing browser flow fails the PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The required-gate suite grows 4 → 11 specs, all signal-driven, deterministic under mock, 11/11 green locally in 1.4 min:
image_op: enter_scene+scene_view {room, interior}(#167, #161/#166)image_op: map_redraw(#164/#173)render_modein the body (#162/#169)/n/renders;?continue=fires ZERO generatesProof the suite bites: world-submap went red twice on real mock defects (title trigger-leak #179, then the multiline-title template miss) before its first green — both fixed upstream, both now pinned. This PR's own
e2e-mockjob is the first CI run of the full 11-spec suite (soak phase).🤖 Generated with Claude Code