Commit 431d2ac
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 <noreply@anthropic.com>1 parent 6edea24 commit 431d2ac
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments