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
Updates GitHub Actions checkout and setup-node to v7.
Breaking Changes
Node.js 20+ and Playwright 1.62+ are required.
Helpers that duplicated Playwright actions, waits, extraction, authentication, and retries were removed. Use Playwright locators and assertions directly.
Stdin execution through run.js was removed. Use a script file or node run.js -e.
createContext() no longer accepts mobile; use Playwright device descriptors instead.
run.js now executes scripts in the caller's working directory, so relative paths resolve from the user's project.