docs: add screen-level test matrix for wallet flows - #512
Merged
El-swaggerito merged 1 commit intoJul 29, 2026
Conversation
Closes Axionvera#443 Contributors couldn't tell which screens require tests or what "done" looks like for visual verification, leading to under-tested mobile PRs (per the issue). - Add docs/screen-test-matrix.md: every screen under app/ (verified against the actual file tree, not the older/incomplete docs/screen-inventory.md), grouped into the categories the issue calls out — onboarding (welcome/create/import/success), balance, send, receive/QR, activity, address book, vault, settings — plus diagnostics. - Each row lists required test types (component/store/flow/visual), cross-references the actual existing test file(s) in __tests__/ and tests/ (verified by reading them, not guessing from filenames), and a coverage status. This surfaced real gaps: onboarding has zero automated coverage, Settings has zero, and a few screens (Receive, Vault Detail, Diagnostics) only have logic-level tests rather than screen-level ones. - Visual verification expectations per section, cross-linking the existing UI State Catalogue, Accessibility Checklist, and Design System docs rather than duplicating them. - Link the matrix from README.md and from CONTRIBUTING.md's testing section. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
6 tasks
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.
Closes #443
Contributors couldn't tell which screens require tests or what "done" looks like for visual verification, leading to under-tested mobile PRs (per the issue).
Summary
Closes #
Test Plan and Evidence
Self-Assessment
Complete the
Contributor Self-Assessment before
requesting review. Include concise evidence below; use
Not applicable — <reason>instead of leaving a required area unexplained.or unfinished work.
or a no-test justification is provided.
latest commit.
screenshots, and links are updated, or no update is needed.
and follow-up work are disclosed below.
or verification evidence below.
CI Status
Documentation
Known Limitations
Acceptance Criteria
Screenshots or Recordings