Skip to content

Add GitHub Actions CI for build and e2e tests#2

Open
wpoch wants to merge 1 commit intomasterfrom
codex/react-vite-migration
Open

Add GitHub Actions CI for build and e2e tests#2
wpoch wants to merge 1 commit intomasterfrom
codex/react-vite-migration

Conversation

@wpoch
Copy link
Owner

@wpoch wpoch commented Feb 14, 2026

Summary

  • add a GitHub Actions workflow that runs on push and pull requests to master
  • run npm ci, npm run build, install Playwright Chromium, and run integration tests
  • upload Playwright artifacts on failures
  • keep screenshot capture test out of CI by gating it behind CAPTURE_PR_SCREENSHOTS

Validation

  • npm run build
  • npm run test:e2e:ci

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

Comments