Jean-François Greffier

Results 14 issues of Jean-François Greffier

I came across issue #11568 on my machine. I didn't realize it was fixed, even after reading the code. This MR is for only for readibility and to harmonize with...

Migration guide from Puppeteer. The cheat sheet is partially built on https://github.com/checkly/checklyhq.com/blob/main/site/content/guides/puppeteer-to-playwright.md from checkly (MIT license) Example is my own, tested and both are functionals. I tried to fit with...

**Is your feature request related to a problem? Please describe.** According to documentation, the hosted Playwright version is 1.18.0 See https://www.browserless.io/docs/versions It is outdated and makes it impossible to use...

**Environment** - CLI: 5.4.0 - Cross-platform modules: 5.4.2 - Android Runtime: 5.4.0 **Describe the bug** V8 options can be passed on Android, but the default v8.log file is nowhere to...

Playwright Test in an online IDE. Uses StackBlitz

Allows to set workers as a percentage of logical CPUs, for example "50%". Examples : ```bash npx playwright test --workers 3 npx playwright test --workers 50% ``` ```js const config:...

### Describe the bug Loki, a visual testing tool for Storybook, cannot extract stories when using Vite and Storybook 7. It is fine with Storybook 6.5.12 using Vue3 and Webpack,...

bug
needs triage

Run tests that are uncommited , or have changes compared to a commit. ```bash npx playwright test --changed npx playwright test --changed d819f97f40386c9bd31a53525240c6e9997a10f4 npx playwright test --changed main ``` Can...

Codegen for JUnit Fixes https://github.com/microsoft/playwright-java/issues/1039 Following JUnit5 integration https://github.com/microsoft/playwright-java/issues/1369

Documentation for JUnit integration aka JUnit fixtures https://github.com/microsoft/playwright-java/issues/1369 Work in progress - [x] update examples - [x] list available fixtures in `test-runners` page - [x] Add examples and explanations of...