11 Commits

Author SHA1 Message Date
cae5c4f4a0 fix(ci): pin playwright@1.51.0 and set PLAYWRIGHT_BROWSERS_PATH for baked-in browsers 2026-07-08 00:20:40 +00:00
fec577ef23 fix(ci): replace grep -oP with portable grep -oE for BusyBox 2026-07-08 00:13:48 +00:00
d7e7c02838 feat: reserved CI port range 10000-10099, document convention 2026-07-07 23:27:12 +00:00
c27bd399ec feat: CI auto-detects and shifts port to avoid production conflicts 2026-07-07 23:15:11 +00:00
e47dd2315e fix: skip e2e on push to main, improve timeline CSS 2026-07-07 23:09:31 +00:00
1298f88df8 fix(ci): isolate e2e container name to prevent killing production 2026-07-07 22:54:17 +00:00
9c2ffabfbf fix: remove stale container before e2e app start 2026-07-07 22:47:20 +00:00
80ff136c31 feat: add Playwright E2E tests to CI
- 15 tests: home, listing, detail, nav, status, RSS/Atom, theme toggle
- CI e2e job seeds test DB (80 articles, 3 sources) in Docker container
- Tests run in mcr.microsoft.com/playwright:v1.51.0-jammy image
- Port 5000 published for health check from runner
- node_modules + test-results excluded from git
2026-07-07 22:45:52 +00:00
976e29087f fix: fix docker build for CI 2026-07-05 23:59:38 +00:00
5afeb290a7 CI: remove --no-cache for docker layer caching 2026-07-05 03:13:52 +00:00
aa7fc1f1e6 CI: add generalized workflow 2026-07-05 02:46:35 +00:00