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): ensure playwright binary is executed with node
The node_modules/.bin/playwright binary needs to be run with 'node'
explicitly in CI environments to ensure proper module resolution.
Adds debug output to show which method is being used.
0 commit comments