playwright icon indicating copy to clipboard operation
playwright copied to clipboard

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

Results 1411 playwright issues
Sort by recently updated
recently updated
newest added

### Version 1.53.0 ### Steps to reproduce I'm adding some CT using Vite and React. The test fails when the element is mounted but is not visible. The error message...

Closes https://github.com/microsoft/playwright/issues/36296

In the new strict progress mode, we can skip `progress.race()` calls and thus avoid being interrupted by the progress. To support legacy mode, guarded by `env.PLAYWRIGHT_LEGACY_TIMEOUTS`, two new methods `progress.pause()`...

### Version latest ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/5aa36b31-6c31-474d-b3b9-3c14f073edf8) cant get content of file uploaded ### Expected behavior get asdasdasd in post_data ### Actual behavior in pyptteer i can get this...

browser-chromium
v1.54

Multiple clients can connect to the same server-side browser.

v1.54

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 ```

feature-vscode-extension
v1.54

### Version 1.53.0, 1.53.1 ### Steps to reproduce In playwright version 1.52.0, things were working as expected, all tests pass In 1.53.0 and 1.53.1 versions, it looks like the click...

### Version latest ### Steps to reproduce 1. Run a test and make it fail (like by calling `test.fail()` on a test that should succeed 2. Run `npx playwright test...

### 🚀 Feature Request We have quite descriptive tests wrapped in test describe blocks that take snapshots. our snapshot dir is setup in the config like so snapshotPathTemplate: './test/visualtest/_snapshots/{testName}_{arg}.{ext}', The...

P3-collecting-feedback