playwright
playwright copied to clipboard
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
### 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  cant get content of file uploaded ### Expected behavior get asdasdasd in post_data ### Actual behavior in pyptteer i can get this...
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 ```
### 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...