Commit 955268b
fix: implement manual server startup for better CI compatibility
- Remove Playwright webServer configuration that caused CI issues
- Update package.json scripts to manually start/stop servers like original Cypress approach
- Use wait-on to ensure all servers are ready before running tests
- Add proper cleanup with kill command to terminate background processes
- All 13/13 tests passing locally with manual server management
This approach matches the proven Cypress pattern and should resolve CI webServer issues.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 431d2ac commit 955268b
File tree
2 files changed
+4
-22
lines changed- advanced-api/dynamic-remotes
2 files changed
+4
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 32 | + | |
| 33 | + | |
52 | 34 | | |
0 commit comments