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
How can I set the browser's locale when using the Web Test Runner with Playwright?
The Playwright documentation indicates that browser.newPage(options) can include locale as one of the options.
However, I couldn't find how to configure this in web-test-runner.config.
How can I set the browser's locale when using the Web Test Runner with Playwright?
The Playwright documentation indicates that
browser.newPage(options)
can includelocale
as one of the options.However, I couldn't find how to configure this in
web-test-runner.config
.https://playwright.dev/docs/api/class-browser#browser-new-page-option-locale
The text was updated successfully, but these errors were encountered: