feat: Automated test suite for hathor-wallet#114
Open
tuliomir wants to merge 5 commits into
Open
Conversation
Adapts mobile RFC #110 to the Electron desktop wallet. Four-layer pyramid (unit, integration, component, E2E Playwright + Electron). Reference smoke PRs for Layers 1-3 then Layer 4 land first; feature-area PRs follow. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Trim mobile RFC references to Summary + Layer 4 SES/LavaMoat reasoning + Prior Art (per author guidance). - Remove auto-updater mentions (this project has none). - Expand PR 1 smoke set to 8 tests, one per testing technique (pure function, selector, reducer, saga w/ provide, saga w/ ForTesting, screen happy / error / navigation). - Move react-scripts/React 18 Jest reactivation from Unresolved Questions to Reference-level "Reactivating Jest in CI" subsection. - Promote AI-agent / contributor documentation from Future Possibilities to a first-class Reference-level deliverable of PRs 1 and 2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Aligns with the local-docker-network section: HathorNetwork org is the canonical owner of the integration-test-helper repository. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The three items previously listed as Unresolved Questions were not gating RFC approval; they were implementation-level choices deferred to a specific later PR. Moving them inline next to the PR that decides them and converting the Unresolved Questions section to an explicit "nothing blocking" pointer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 task
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.
Introduces a multi-layered automated test suite (unit, integration, component, E2E) for the Hathor Desktop Wallet, mirroring the sibling mobile RFC (#110). E2E framework is Playwright driving Electron via the Chrome DevTools Protocol, which sidesteps the LavaMoat/SES concerns that drove the mobile RFC to Maestro.
See rendered.