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(federated-css): resolve CI test failures and port conflicts
- Remove duplicate 'workers' property in playwright.config.ts
- Add killPort() function to clean up ports before starting servers
- Fix macOS compatibility by avoiding GNU-specific xargs -r flag
- Add extra port cleanup for Next.js servers to prevent EADDRINUSE errors
This fixes the CI failure where port 8084 was already in use when the
Next.js server tried to start, causing tests to timeout.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments