Commit 04af0a1
fix: use cross-platform environment variable syntax in Playwright config
Changed from command-line env var (doesn't work on Windows) to Playwright's
built-in env option which works on all platforms.
- Removed PLAYWRIGHT_SERVE_DIR=dist prefix from command
- Added env option to webServer config with PLAYWRIGHT_SERVE_DIR: 'dist'
This ensures tests work reliably on Windows, macOS, and Linux.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b58f077 commit 04af0a1
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments