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.57.0-alpha-2025-11-10 ### Steps to reproduce 1. Clone my repo at [https://github.com/Retsam/playwright-dialog-bug-repro](https://github.com/Retsam/playwright-dialog-bug-repro) 2. npm install 3. npm run test Contains this test: ```ts test("should click into shadow root with...
I'm encountering an issue with Playwright Agent when performing UI automation testing involving new tabs: Scenario: When clicking an "Add/New" button on the original page, the system opens a new...
### Version 1.54.1 ### Steps to reproduce Set `reportSlowTests` object in the config: e.g. ``` reportSlowTests: { threshold: 2, 1.54.1 ```
### Version v1.56.1 ### Steps to reproduce Prerequisite: - init minimal project - npm init playwright@latest - VS Code & Plawright VS Code extension installed Steps to reproduce: In VS...
### 🚀 Feature Request Please add bun support. ### Example _No response_ ### Motivation Bun is three times faster and it's a no brainer.
### System info - Playwright Version: [v1.34.3] - Operating System: observed on Windows 11 - Browser: Electron - Other info: Regression of #16614 and #16782. See also [this comment](https://github.com/microsoft/playwright/issues/16614#issuecomment-1218325146) and...
### Version 1.52.0 ### Steps to reproduce When navigating to pages that use service workers in Firefox (v137), `navigator.serviceWorker.controller` incorrectly returns null, even though a service worker instance is active...
`RenderDocument` feature breaks isolated worlds - it reports an extra utility context, and so using it right away results in an error. Commit that enabled RenderDocument: https://chromium.googlesource.com/chromium/src/+/c35065f7e612e3becbe7f24baaca28c7859b7543 Failing tests: ```...
In the cypress UI, you can keep a test in a dangling state, allowing to interact with the application you're testing in the same state as when the test finishes...
### Version 1.45.3 ### Steps to reproduce 1. Use the test to take a screenshot of a page with an image locally using the headful browser using the experimental `{_comparator:...