Skip to content

ci: add E2E test-dapp job to CI workflow#24

Merged
satoshai-dev merged 1 commit intomainfrom
ci/e2e-test-dapp
Feb 26, 2026
Merged

ci: add E2E test-dapp job to CI workflow#24
satoshai-dev merged 1 commit intomainfrom
ci/e2e-test-dapp

Conversation

@satoshai-dev
Copy link
Copy Markdown
Owner

@satoshai-dev satoshai-dev commented Feb 26, 2026

Summary

  • Add a new e2e job to the CI workflow that runs Playwright E2E tests against the test-dapp on every PR
  • Runs in parallel with the existing lint/typecheck/unit-test job
  • Installs only Chromium with system deps for fast CI runs
  • No secrets needed — test-dapp uses a hardcoded testnet private key

Test plan

  • Verified all 4 E2E tests pass locally (connect, sign-message, sign-structured, sign-transaction)
  • CI runs both jobs successfully on this PR

🤖 Generated with Claude Code

Run Playwright e2e tests against the test-dapp on PRs, in parallel with
the existing lint/typecheck/unit-test job. Uses only Chromium and the
hardcoded testnet key — no secrets required.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@satoshai-dev satoshai-dev merged commit a343ddd into main Feb 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant