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 **Problem** Currently, when a test step fails (using test.step()), the Playwright report only shows the location where the step is defined, not where it was called...

``` (node:34672) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) SyntaxError: TypeScript enum is...

Motivation: This produces warnings in Node.js >= 24. https://github.com/microsoft/playwright/issues/36404

https://github.com/microsoft/playwright/issues/36404

CQ1

### 🚀 Feature Request Hi, I'd like to have the option to modify HTML report title based on the test execution. UseCase: Run API tests which in response header return...

feature-html-reporter
v1.54

Also, disabled optgroup should make all options disabled. Fixes #36376.

### Version 1.53.1 ### Steps to reproduce In playwright version 1.52.0, things were working as expected and our text field fills were working properly. We were : 1. checking to...

### Version I believe latest -- via playwright-mcp 0.0.29 ### Steps to reproduce 1. Enable the Playwright MCP server in a host, such as GitHub Copilot coding agent. - Coding...

v1.54

### 🚀 Feature Request Currently, Playwright does not provide a method such as test.pass() to immediately mark a test as passed and exit early. While using return achieves a similar...

P3-collecting-feedback

### Version 1.53.1 ### Steps to reproduce .\playwright.ps1 codegen demo.playwright.dev/todomvc ### Expected behavior I expect to see ![Image](https://github.com/user-attachments/assets/b3414edc-d0ad-47d0-8272-77d00287e61c) ### Actual behavior I did not see those circled elements ### Additional...