12 Commits

Author SHA1 Message Date
cartsnitch-engineer[bot] 46724b1db9 fix: e2e route mocking and color contrast accessibility (#221)
Fixes CAR-673, CAR-676. Replaces VITE_MOCK_AUTH with Playwright route mocking for all e2e tests. Fixes color contrast (text-gray-400 → text-gray-600).
2026-04-15 21:49:55 +00:00
Paperclip a11726b8e6 fix: remove VITE_MOCK_AUTH bypass from production code
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-14 15:37:24 +00:00
Paperclip 3dd1770a97 fix(e2e): correct smoke test heading assertion to match Login page
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 18:15:07 +00:00
Barcode Betty 7b144aae5e fix(e2e): address CTO/QA review — remove mock-incompatible test, fix smoke test, fix a11y
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 17:59:42 +00:00
Barcode Betty 43fe68cce6 Merge main into feat/e2e-journey-tests, resolve conflict in smoke.spec.ts (keep single quotes) 2026-03-31 17:50:19 +00:00
Barcode Betty 0ec45a1fda Merge remote-tracking branch 'origin/main' into feat/e2e-journey-tests 2026-03-31 17:49:40 +00:00
Barcode Betty 773e277906 fix(e2e): remove broken wrong-password test, update smoke test for auth redirect
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 17:37:08 +00:00
Paperclip 9c09210a2a fix(e2e): resolve lint error, Dashboard auth gap, and mock auth redirect
- Remove unused `response` variable in j8-unauth-access.spec.ts:40
- Move Dashboard route inside ProtectedRoute wrapper in App.tsx
- Add VITE_MOCK_AUTH mode to ProtectedRoute: check Zustand
  isAuthenticated flag instead of calling authClient.useSession()

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 17:05:09 +00:00
Barcode Betty a730e3b476 feat(e2e): add J1 and J8 journey tests
feat(e2e): add J1 and J8 journey tests

- J1: Registration and Login — register flow, validation errors,
  sign-in with existing account, nav between pages
- J8: Unauthenticated Access — /, /purchases, /products, /coupons
  all redirect to /login when no session
- Enable VITE_MOCK_AUTH in playwright webServer so registration
  tests work without a live Better-Auth instance
- Add playwright to devDependencies to ensure CI has the package

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-31 16:49:36 +00:00
cartsnitch-engineer[bot] e83d9113ee feat(e2e): use fixtures in smoke test for auto axe scan 2026-03-31 02:26:56 +00:00
cartsnitch-engineer[bot] 8c9cd30ebc feat(e2e): add axe-core accessibility fixture 2026-03-31 02:26:45 +00:00
Stockboy Steve e546e2077b feat: add Playwright E2E testing framework
Add @playwright/test, playwright.config.ts, e2e/ smoke test,
and e2e CI job (Chromium-only) that gates build-and-push.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-30 18:47:55 +00:00