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(ci): use node to run playwright CLI directly for proper module resolution
This fixes the ERR_MODULE_NOT_FOUND error in CI by using node to run
the Playwright CLI script directly from the local installation, ensuring
proper module resolution of @playwright/test in CI environments.
0 commit comments