Build the end-to-end UI test pass
The golden-path XCUITest suite, adapted to current rulings where the card body had gone stale: trash flows follow the materialized-trash grammar (no Put Back, restore is drag or cut/paste out), git flows are pro-m1 scope and skipped, and fixtures extend m11's in-container --ui-test-fixture-board mechanism (the sandbox forbids the card's --open-board path handoff) with exact-match variant flags: standard (the three-lane audit board), large (8 lanes x 40 cards for masonry/reflow), malformed (BoardWriter-built board with one card's index.md overwritten to unterminated YAML, opened through the ORDINARY path so the failure is the loader's own). EndToEndFlowTests: create card/lane, inline rename, coordinate drag across lanes, cut/paste, undo/redo of a move, delete-to-trash / show-trash / restore-by-cut-paste / Empty Trash confirm - all asserting on lane accessibility labels. FailFastLaunchTests: welcome appears, no board window ever, a welcome row carries the loader's sentence naming the file; byte-fidelity of the malformed board pinned unconditionally in KanbanTests plus an identically-refused relaunch. Performance: launch metric plus explicit wall-clock gates (30s launch / 5s Show Trash on 320 cards) since XCTest baselines don't travel. Powerbox panels (template save panel, Duplicate fallback, Open) are documented as manual in EndToEndVerification.md, not faked. The smoke test now launches on the standard fixture (it launched bare before, opening the developer's real boards); README's everyday test command scopes to -only-testing:KanbanTests. Suite compiles on both schemes (build-for-testing verified); flows await a real display + automation permission to execute - run instructions in KanbanUITests/EndToEndVerification.md. +8 unit tests; 1669 green both schemes. Claude-Session: https://claude.ai/code/session_01SR4XGjmBE16ZUYWpfFHXwY
This commit is contained in:
+8
-4
@@ -197,15 +197,19 @@ targets:
|
||||
type: bundle.ui-testing
|
||||
platform: macOS
|
||||
sources:
|
||||
# The manual verification document lives with the tests it belongs to (10-accessibility.md
|
||||
# ▸ Verification: "A manual VoiceOver smoke script lives with the test plan"), so it is listed
|
||||
# in the project — visible where the suite is — but with no build phase: it is documentation,
|
||||
# not a resource the bundle should carry.
|
||||
# The verification documents live with the tests they belong to (10-accessibility.md
|
||||
# ▸ Verification: "A manual VoiceOver smoke script lives with the test plan"), so they are
|
||||
# listed in the project — visible where the suite is — but with no build phase: they are
|
||||
# documentation, not resources the bundle should carry. `EndToEndVerification.md` is the same
|
||||
# arrangement for the golden-flow, fail-fast and performance suites: the run command, the
|
||||
# prerequisites, and the flows that stayed manual.
|
||||
- path: KanbanUITests
|
||||
excludes:
|
||||
- "**/*.md"
|
||||
- path: KanbanUITests/AccessibilityVerification.md
|
||||
buildPhase: none
|
||||
- path: KanbanUITests/EndToEndVerification.md
|
||||
buildPhase: none
|
||||
dependencies:
|
||||
- target: Kanban
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user