demo: Scenario Lab for PR #126 / issue #125 - #1
Open
SynurDevelopers wants to merge 5 commits into
Open
SynurDevelopers wants to merge 5 commits into
SynurDevelopers wants to merge 5 commits into
Conversation
…h#126 Guided 47-scenario lab in the example app with results persistence, registry parity tests, and nested navigation for issue ArturKalach#125 / PR ArturKalach#126. red-confirmed: registry parity failed before SCENARIO_REGISTRY existed yokoten: pattern not found saga-ledger: not-applicable schema-truth: passed backend-test: not-applicable [self-reviewed] [accepted-trade-off: type-only tsc unblocks; no runtime change] Co-authored-by: Cursor <cursoragent@cursor.com>
Fresh clones have no global `pod`. The RN CLI also aborted because Podfile.lock was 1.16.2 while the example Gemfile installs 1.15.2. Align the lockfiles and add `yarn example pods`. red-confirmed: command not found: pod; lockfile 1.16.2 vs executable 1.15.2 yokoten: not-applicable saga-ledger: not-applicable schema-truth: not-applicable backend-test: not-applicable [self-reviewed] [accepted-trade-off: regenerate Podfile.lock with CocoaPods 1.15.2] Co-authored-by: Cursor <cursoragent@cursor.com>
Homebrew Ruby 4 cannot run Bundler 1.17 (String#untaint) or CocoaPods 1.15 (missing default gems). yarn example pods now uses /usr/bin/bundle. red-confirmed: Bundler 1.17.2 untaint NoMethodError on Ruby 4.0 yokoten: not-applicable saga-ledger: not-applicable schema-truth: not-applicable backend-test: not-applicable [self-reviewed] Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
This PR adds Scenario Lab to the existing example app. The lab turns the manual checklist for issue #125 into a guided, repeatable test flow.
Scenario Lab provides:
FocusTrap, focus ordering, events, recycling, and memory;Run the demo
Open Scenario Lab from the example app home screen.
For hardware, VoiceOver, Simulator, and Instruments requirements, see the Scenario Lab guide.
Scope
The demo is stacked on
fix/ios-focus-path. It changes the example app and its test configuration; it does not change the iOS library implementation from upstream PR ArturKalach#126.Supporting changes include:
yarn exampleworkspace target;disabledprop inUseKeyboardFocusContainerProps; andLegacyRefimport inMazeRender.tsxwithRefObject.The final two changes fix pre-existing TypeScript errors. They do not change runtime behavior.
Validation
Completed:
yarn typecheckyarn test example/__tests__— 16 tests across seven suitesStill required: