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: update CI to install Playwright for all projects and add root dependencies
- Add @playwright/test and playwright to root package.json devDependencies
- Update CI workflow to install Playwright browsers for all projects, not just bi-directional
- Update artifact collection to handle both Cypress and Playwright test results
- Ensure all projects using Playwright have browser dependencies available in CI
This ensures that the dynamic-remotes example and any other projects using Playwright
will have the necessary browser binaries installed during CI execution.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments