playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[internal] vscode repeat-each progression regression

Open mxschmitt opened this issue 6 months ago • 0 comments

I saw that https://github.com/microsoft/playwright/pull/36336 broke some of the vscode tests.

Repro:

npm install -D @playwright/test@next
npm run test -- selector:77 --project=default-trace --timeout=0 --repeat-each=20 --reporter=html

mxschmitt avatar Jun 23 '25 09:06 mxschmitt