Skip to content

ci: add Playwright smoke job to GitHub Actions - #483

Merged
josephchimebuka merged 1 commit into
TevaLabs:mainfrom
ugoocreates-pixel:feature/playwright-smoke-ci
Aug 26, 2026
Merged

ci: add Playwright smoke job to GitHub Actions#483
josephchimebuka merged 1 commit into
TevaLabs:mainfrom
ugoocreates-pixel:feature/playwright-smoke-ci

Conversation

@ugoocreates-pixel

Copy link
Copy Markdown
Contributor

Closes #437

Resolves the issue to add the Playwright smoke job into GitHub Actions CI scope.

  • Added a new smoke-test job in .github/workflows/ci.yml that caches Playwright browsers sensibly using actions/cache with the pnpm-lock.yaml hash.
  • Documented the pnpm test:e2e requirement in CONTRIBUTING.md for local testing.

Acceptance Criteria

  • CI runs smoke on PRs
  • Documented in CONTRIBUTING
  • Non-blocking or required smoke job (implemented as a parallel, non-blocking job by default)
  • Cache browsers sensibly

@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown

@ugoocreates-pixel is attempting to deploy a commit to the josephchimebuka's projects Team on Vercel.

A member of the Team first needs to authorize it.

@josephchimebuka
josephchimebuka merged commit 2290441 into TevaLabs:main Aug 26, 2026
1 check failed
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.

Wire Playwright smoke job into GitHub Actions CI

2 participants