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
fix: use pnpm filter commands in Playwright webServer for CI compatibility
- Update webServer commands to use pnpm --filter instead of relative cd commands
- Ensures commands work from any directory context (repo root in CI vs local directory)
- Maintains environment-aware LEGACY_MODE support for webpack/rspack switching
- All 13/13 tests still passing locally with updated configuration
This resolves the CI directory context issue where Playwright webServer
commands were failing due to relative path assumptions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments