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.51.1 ### Steps to reproduce 1. Clone repo [here](https://github.com/NedWilbur/pw-rendertostaticmarkup/tree/master) 2. Run outside of PW w/ `npm run start` => No issues 3. Run within PW test w/ `npm...

P3-collecting-feedback

### Version 1.54.0 ### Steps to reproduce Hi, I’m testing an app that includes an Apple Pay feature. When running tests in the WebKit browser, the Apple Pay button doesn’t...

P3-collecting-feedback

### πŸš€ Feature Request To be able to run tests automatically (instead of an explicit start) using UI mode Detailed requirements: * If set, works with `--ui` flag or `--ui-host`/`--ui-port`...

P3-collecting-feedback

### πŸš€ Feature Request Allow ConnectOptions to publicly accept LaunchOptions for remote browser channel selection in all Playwright clients. This change would make it possible to specify LaunchOptions (e.g. browser...

v1.58

### πŸš€ Feature Request It is currently not allowed to have a project depend on the teardown of another project. We would like to be able to have this dependency,...

v1.58

### Version 1.56.1 ### Steps to reproduce We wrote a very detailed bug report here for your consideration. See the screenshots [https://github.com/kisotechnology/playwright-screenshot-issue](https://github.com/kisotechnology/playwright-screenshot-issue ) Steps to reproduce: 1. Clone our repo...

v1.58

# πŸš€ Feature Request Many tools with a configuration file(s) support variations of ` show-config`, ` --show-config`, or ` --dump-config` for debugging the configuration process. I believe that would be...

P3-collecting-feedback

### πŸš€ Feature Request Hi! It would be great if Playwright supported an optional hook that would allow developers to execute custom logic related to their tests _before_ Playwright spawns...

P3-collecting-feedback

### Version 1.55.1 ### Steps to reproduce 1. Use playwright-mcp to take the page snapshot 2. If the elements are visible, enabled and stable, but not in viewport, they will...

ai-exploration-p3

Need warning status in test results along with Pass, Failed & Skipped status. for example, while listen console errors and any error detected, need to mark the test case as...

P3-collecting-feedback