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: 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 <[email protected]>
0 commit comments