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.49.0 ### Steps to reproduce Clone this repro, run `pnpm i` and see the issue in the example test. https://github.com/mrmckeb/pw-repro ### Expected behavior Fixtures should work as they...

v1.49

### Version 1.49.0 ### Steps to reproduce After upgrade to the newest chromium headless version my tests started to fail when i'm trying to access/make actions on some iframe elements,...

v1.50

### 🚀 Feature Request Tracing can be configured to take screenshots to build the film strip on top. Alongside are the dom snapshots taken before, during, and after playwright's action....

P3-collecting-feedback
feature-trace

### Version 1.49 ### Steps to reproduce If `test.step()` is called in worker fixture setup - everything works fine. If `test.step()` is called in worker fixture teardown - there is...

P3-collecting-feedback

### 🚀 Feature Request I leverage the Reporter API's "onStepEnd" to feed in a custom message for step.title, which I then use in a custom report. I would like to...

P3-collecting-feedback

### Version 1.44.1, 1.48.2 ### Steps to reproduce Minimal reproduction is available in this pull request in my public demo repository: https://github.com/jeff-an/playwright-shadow-dom-repro/pull/1. The main Playwright script is [here](https://github.com/jeff-an/playwright-shadow-dom-repro/blob/5d4fb4bd8b52439bdef01efe15e480f935f6409b/index.ts) while the...

browser-chromium
upstream
v1.50

Hi, Our tests are based on comparing screenshots of page elements with baselines. One use case is to take a screenshot of a dialog with and without a scrollbar to...

P3-collecting-feedback
browser-firefox
feature-visual-regression-testing

### 🚀 Feature Request Currently, `Route.fulfill` only accepts `string|Buffer` as body type. Add nodejs type [`ReadableStream`](https://nodejs.org/api/stream.html#readable-streams) to permit streamed calls. ### Example ```js const bodyStream = new Readable(); await page.route('**/*',...

P3-collecting-feedback

I am currently testing a Web Application, which has a lot of optional processes in it (f.e. an Box just appears in a process in special cases, but takes some...

P3-collecting-feedback

### Version 1.49.0 ### Steps to reproduce https://github.com/OlegsHanins/playwright-fixtures-title-bug `npm instal` `npx playwright test` `npx playwright show-report` "My custom fixture title" is not mentioned in html report https://github.com/OlegsHanins/playwright-fixtures-title-bug/blob/b32ec3a8d0e25edf666b641e52a3bd4498c94267/tests/fixtures-titles.spec.ts#L11 ### Expected behavior...

v1.50