You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: optimize GitHub Actions E2E test performance (#8)
* feat: optimize GitHub Actions E2E test performance
- Add Playwright browser caching to avoid re-downloading browsers
- Cache build artifacts to skip rebuilds when code hasn't changed
- Enable parallel test execution (workers: 2) for faster runs
- Reduce test matrix to Chromium only (3x speedup)
- Keep Firefox/WebKit commented for easy re-enabling
Expected performance improvement: 50-70% reduction in CI time
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: remove unnecessary NPM_TOKEN from GitHub Actions workflows
Remove NPM_TOKEN environment variable from all workflow files as it's no longer needed
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments