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 require.resolve to find playwright CLI path
This ensures the script works correctly in CI environments where
node_modules structure might differ, by using Node's own module
resolution to find the Playwright CLI path.
0 commit comments