chore(evm-wallet-experiment): Reduce e2e testing friction#940
Merged
Conversation
Contributor
Coverage Report
File CoverageNo changed files found. |
62111cc to
9c824f4
Compare
…demo, add docker:ps/down:volumes, make docker:delegate pair-aware
41a4dee to
e819852
Compare
…d teardown instructions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nd interactive-*.mjs→demo-*.mjs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
dc1f644 to
3d23828
Compare
…roughout demo stack Renames: run-interactive-compose.mjs→run-demo-compose.mjs, .env.interactive→.env.demo, Dockerfile target interactive→demo. Identifier sweep: INTERACTIVE_PACKAGE_ROOT→DEMO_PACKAGE_ROOT, INTERACTIVE_PAIR_TO_PROFILE→DEMO_PAIR_TO_PROFILE, interactiveDockerComposeArgs→demoDockerComposeArgs, runInteractiveCompose→runDemoCompose, etc. Env vars: OCAP_INTERACTIVE_PAIR→OCAP_DEMO_PAIR, DEBUG_OCAP_INTERACTIVE_COMPOSE→DEBUG_OCAP_DEMO_COMPOSE. Docs updated throughout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sirtimid
previously approved these changes
Apr 22, 2026
sirtimid
approved these changes
Apr 23, 2026
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.
Changes
Note
Low Risk
Low risk: changes are limited to developer tooling/docs and Docker Compose helper scripts; main risk is minor breakage of local workflows due to renamed commands/env vars.
Overview
Adds a new Claude skill (
.claude/skills/evm-wallet-docker-e2e/SKILL.md) documenting an end-to-end flow for running Docker E2E tests, including health polling and failure diagnosis vialogs/test-results.jsonand per-service log files.Renames the one-pair interactive Docker stack to demo across the package: replaces the
interactiveDockerfile target withdemo, swaps.env.interactivefor.env.demo, and updates docs to reference the demo flow.Introduces new demo-focused CLI helpers and scripts (
docker/demo-compose-lib.mjs,docker:demo:*,docker:ps,docker:down:volumes,docker:delegate, anddocker:demo:attach:*) while removing the old interactive compose library/runner.Reviewed by Cursor Bugbot for commit 3ed5e5e. Bugbot is set up for automated code reviews on this repo. Configure here.