Skip to content

test: add Playwright E2E testing setup#378

Merged
thecodedcoder merged 1 commit intoThinkLikeAFounder:mainfrom
0xDeon:test/playwright-e2e
Mar 30, 2026
Merged

test: add Playwright E2E testing setup#378
thecodedcoder merged 1 commit intoThinkLikeAFounder:mainfrom
0xDeon:test/playwright-e2e

Conversation

@0xDeon
Copy link
Copy Markdown
Contributor

@0xDeon 0xDeon commented Mar 28, 2026

Closes #339

Changes

  • Installed @playwright/test as a dev dependency
  • Created playwright.config.ts with baseURL and webServer config
  • Added e2e/basic.spec.ts with an app-loads smoke test
  • Added test:e2e script to package.json
  • Added e2e CI job to .github/workflows/ci.yml (runs after build, installs Chromium via --with-deps)
  • Excluded e2e/ from vitest to prevent Playwright tests conflicting with vitest runner

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@0xDeon Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

- Added @playwright/test as dev dependency
- Created playwright.config.ts with baseURL and webServer config
- Added e2e/basic.spec.ts with a smoke test
- Added test:e2e script to package.json
- Added E2E job to CI workflow
- Excluded e2e/ from vitest to prevent test runner conflicts

Closes ThinkLikeAFounder#339
@0xDeon 0xDeon force-pushed the test/playwright-e2e branch from 11e1485 to 02d17a6 Compare March 28, 2026 22:38
@thecodedcoder thecodedcoder merged commit c9b1945 into ThinkLikeAFounder:main Mar 30, 2026
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.

Enhancement: Add E2E testing with Playwright for critical user flows

2 participants