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
When attempting to import a module which imports the username package in a playwright test, the default import is undefined resulting in: TypeError: OperatingSystemUserName is not a function
The latest version of the package defines a better API, but it only exports ESM, so we'll have to see how that would work.
The text was updated successfully, but these errors were encountered:
When attempting to import a module which imports the username package in a playwright test, the default import is undefined resulting in:
TypeError: OperatingSystemUserName is not a function
The latest version of the package defines a better API, but it only exports ESM, so we'll have to see how that would work.
The text was updated successfully, but these errors were encountered: