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.
### 🚀 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
### 🚀 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...
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...
### 🚀 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...
### Version 1.53.1 ### Steps to reproduce .\playwright.ps1 codegen demo.playwright.dev/todomvc ### Expected behavior I expect to see  ### Actual behavior I did not see those circled elements ### Additional...