docs: update e2e CI docs for validated Android job + link the docs site - #51
Merged
Conversation
- e2e-testing: rewrite the CI section — the Android e2e job now runs end-to-end on a real emulator (prebuild → relay → release APK → boot → install → flows) and is validated; document the debug/evidence capture (screenshot, accessibility snapshot, foreground, logcat, video uploaded as agent-device-e2e-artifacts) in e2e/scripts/android-e2e.sh, the launcher-ANR hardening, and the .ad DSL gotchas (is <predicate> <selector>; wait waits for text). Note the iOS job is disabled pending a real build+simulator flow. - README: add a Documentation section linking the VitePress site (artsy.github.io/react-native-starter) and its main pages. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KPWjhmaeq8DnsiiFD9Eg7A
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.
Description
Follow-up to the Android e2e work (#39). Keeps the docs in sync with what actually shipped, and surfaces the docs site.
docs/e2e-testing.md— the CI section was stale (it described the device jobs as unbuilt TODOs). Rewritten to reflect reality:expo prebuild→yarn relay→ release APK → boot → install → run flows. Validated green.e2e/scripts/android-e2e.sh— per-attempt screenshot, accessibility snapshot, foreground dump, logcat, and video, all uploaded as theagent-device-e2e-artifactsartifact (if: always()).hide_error_dialogs, boot-anim settle,open --relaunch, retry)..adDSL gotchas:is <predicate> <selector>(e.g.is visible text="Folio"), andwait <arg>waits for on-screen text (sowait --connectedis not a flag in replay).README.md— new Documentation section linking the VitePress site (https://artsy.github.io/react-native-starter/) and its main pages.PR Checklist
/react-native-starter/).🤖 Generated with Claude Code
Generated by Claude Code