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
refactor: align Playwright setup with module-federation/core patterns
- Separate Cypress and Playwright installation into distinct steps
- Use pnpm-lock.yaml hash for Playwright cache key (more stable)
- Add PLAYWRIGHT_CACHE_HIT environment variable
- Check for Playwright in dependencies before installing browsers
- Improve cache detection logic for conditional browser installation
- Follow the same pattern as module-federation/core repository
0 commit comments