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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Patch Changes
#38ad686bd Thanks @conwayconstar! - As Playwright imports CJS in global setup it will throw the error Error: require() of ES Module changed import to dynamic import.
Removed the import of getPort from "get-port"
Updated the port property to use import("get-port").default instead of getPort()