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.54.0, 1.55.0, 1.56.0 ### Steps to reproduce 1. In VS code, add a breakpoint inside a test 2. Right-click the test and select `Debug Test` 3. When the...
### Version ToT ### Steps to reproduce Run `reporter-html.spec.ts:156 > merged` in VS Code, press the stop button while it's running. ### Expected behavior Test stops. ### Actual behavior Test...
Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? I would like...
### Version 1.57.0 ### Steps to reproduce use the console in playwright webkit to create touchEvent ` document.createEvent('TouchEvent')` ### Expected behavior Create touchEvent should cause an error. ### Actual behavior...
### 🚀 Feature Request Add some way to quickly see the formatted JSON or XML response in the Network tab of the trace viewer. It could be a button "Format...
Hi, I have been reading the [Playwright Agents documentation](https://playwright.dev/docs/test-agents) and noticed all examples and commands are in TypeScript/JavaScript. Could you please confirm whether Playwright Test Agents currently support only TypeScript/JavaScript,...
### 🚀 Feature Request Fetching body is an async command in Bidi and it is a regret that in our current API request.postData is synchronous. Let's align with response and...
Currently after 500ms the trace file would be fetched (`loadSingleTraceFile`), this however fails since the test is still (likely) to be scheduled at that point in time. This causes the...
### Version 1.57.0 ### Steps to reproduce 1. Open playwright UI mode 2. Click/focus on a test 3. Run this test 4. Open the 'Source' tab ### Expected behavior To...
### Version 1.54.2 ### Steps to reproduce 1. Clone the following repo https://github.com/JohnCooling/playwright-svg-not-showing.git 2. Install node modules `npm i` 3. Run the React app `npm run start` 4. Run Playwright...