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.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...
### 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...
### π 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`...
### π 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...
### π 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,...
### 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...
# π 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...
### π 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...
### 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...
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...