CodeceptJS
CodeceptJS copied to clipboard
[Feat] - Support locale for puppeteer
What are you trying to achieve?
Set the locale at the configuration level for puppeteer like Playwright
https://codecept.io/helpers/Playwright/#properties
locale [string (opens new window)](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)? locale string. Example: 'en-GB', 'de-DE', 'fr-FR', ...
@kobenguyent What stops us from implementing it?
@DavertMik I haven't got time for this.
Waiting for the Puppeteer team to support the same thing like Playwright has. https://github.com/puppeteer/puppeteer/issues/11303