Commit 6cd92bb
fix: update legacy:e2e:ci scripts to use Playwright webServer configuration
- Update all legacy:e2e:ci scripts to use simple 'npx playwright test' command
- This prevents port conflicts in CI where legacy scripts were manually starting servers
- The Playwright webServer configuration now handles all server management
- Add missing legacy:e2e:ci script to dynamic-remotes-synchronous-imports
This ensures CI tests run properly since the GitHub workflow uses legacy:e2e:ci for webpack tests.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5d6beb6 commit 6cd92bb
File tree
4 files changed
+5
-4
lines changed- advanced-api
- automatic-vendor-sharing
- dynamic-remotes-runtime-environment-variables
- dynamic-remotes-synchronous-imports
- dynamic-remotes
4 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments