Skip to content

ci: add Playwright E2E tests to CI pipeline#446

Open
itskai-dev wants to merge 2 commits intomainfrom
ci/add-playwright-e2e
Open

ci: add Playwright E2E tests to CI pipeline#446
itskai-dev wants to merge 2 commits intomainfrom
ci/add-playwright-e2e

Conversation

@itskai-dev
Copy link
Copy Markdown
Collaborator

Adds E2E testing to the CI workflow.

Changes

  • Install Playwright browsers (chromium only) after the build step
  • Run npx playwright test (27 specs across navigation, search, skill-detail, mcp-detail, agent-profile, onboarding)
  • Upload HTML report as artifact on failure (14-day retention)

Config

Playwright config already handles CI concerns:

  • forbidOnly: true in CI
  • 2 retries in CI
  • Single worker in CI
  • Screenshots on failure, trace on first retry

All 27 tests pass locally.

Link added 2 commits February 10, 2026 08:16
- New 'e2e' job runs after lint-test-build
- Installs Playwright Chromium browser
- Runs e2e tests against dev server
- Uploads playwright-report artifact on failure
- Install Playwright browsers (chromium) after build
- Run E2E tests with existing specs in e2e/
- Upload HTML report as artifact on failure (14-day retention)
@supabase
Copy link
Copy Markdown

supabase Bot commented Feb 10, 2026

This pull request has been ignored for the connected project oldbapagtyvkplbqllwa because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-hub Ready Ready Preview, Comment Feb 10, 2026 4:19pm

Request Review

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