Son Nguyen Mau
Son Nguyen Mau
Hi @torfmaster, The `--lang` launchArg doesn't work due to a bug of Puppeteer. However, as @honglax suggested, you can set the browser language by using `extraHTTPHeaders` in the TestSettings. In...
Hi @torfmaster, we're thinking of a solution, which is to set the `lang` to the `process.env`, then make your web page get that value to detect the language. To give...
> Are you using a launch.json in vscode to make this work? That's correct @DanHamlin-LifeTime . Please add these configurations to the `launch.json` file in VSCode: ``` { "version": "1.3.8",...