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

### ๐Ÿš€ Feature Request Currently, the โ€˜Worker Cleanupโ€™ data is only reported for failing tests. It would be useful to have it available for successful runs as well. ### Example...

v1.58

### ๐Ÿš€ Feature Request When there is a strict mode violation, instead of immediately raising an exception, wait the usual time for the strict mode violation to resolve ### Example...

P3-collecting-feedback

### ๐Ÿš€ Feature Request Record pointer for canvas element, not only clicks. I have forked the repo in order to support this (see [PR](https://github.com/ShaMan123/playwright/pull/1)) and am willing to PR. ###...

P3-collecting-feedback
feature-codegen

### Version 1.56.1 ### Steps to reproduce - Clone the repo: https://github.com/enesecer/MCPIssue - Check the README.MD for instructions ### Expected behavior `test_debug` should pause on error and keep browser open...

v1.58

### Version v1.56.1 ### Steps to reproduce **playwright.config.ts;** ``` import * as path from 'path' import * as dotenv from 'dotenv' import { configAuth, configEnv } from './backbone/config' import {...

v1.58

### ๐Ÿš€ Feature Request tl;dr -> #29531 except for `video` I would like to file a feature request to create an option for the video recording: `retain-on-first-failure`, that behaves identical...

P3-collecting-feedback

I have also updated the tests to use `request.body*` instead of `request.postData*` except for the following: - I changed the tests in `tests/page/network-post-data.spec.ts` to be skipped for BiDi because these...

### ๐Ÿš€ Feature Request [remoteObjectValue()](https://github.com/microsoft/playwright/blob/a99b3e4d870e96adbf7b028a4035bc1dcd65c90e/packages/playwright-core/src/server/bidi/bidiExecutionContext.ts#L200-L210) currently only supports a few types and returns `remoteObject.value` for many without deserializing the value from its BiDi representation, failing [this check](https://github.com/microsoft/playwright/blob/a99b3e4d870e96adbf7b028a4035bc1dcd65c90e/tests/page/page-event-console.spec.ts#L35). ### Example _No...

bidi

TODO: - [ ] Upstream Git Bash PATH hack - Revert https://github.com/microsoft/playwright-browsers/pull/1845 and https://github.com/microsoft/playwright-browsers/pull/1846 - The fix should be inside [this repo](https://dev.azure.com/devdiv/XlabImageFactory/_git/XlabImageFactory?_a=contents&version=GBmain) - I'm currently getting access to it and...

v1.58