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.50.1 ### Steps to reproduce Get msedge package from following command: ```bash npx [email protected] install --force msedge ``` Launching msedge: ``` var args = new List { "--no-sandbox",...

### Version tot ### Steps to reproduce Use Node.js 24, run `npx playwright install` ### Expected behavior no deprecation warnings ### Actual behavior ``` (node:29094) [DEP0169] DeprecationWarning: `url.parse()` behavior is...

v1.54

### Version 1.53 ### Steps to reproduce 1. Run playwright tests on seperate machines with shards and blob reporter and screenshots on 2. Gather blob reports and store them in...

v1.53

Fixes https://github.com/microsoft/playwright/pull/36370#discussion_r2158859292

### Version 1.53.1 ### Steps to reproduce 1. Clone this repository https://github.com/robgramming/playwright-issue 2. Install Playwright: npm init playwright@latest 3. Run the test: npx playwright test 4. The test runs a...

v1.54

### Version 1.52.0 ### Steps to reproduce Before creating a reproduction repo i wanted to ask if this issue sounds familiar to someone. I couldn't find any related issue here....

Follow-up to https://github.com/microsoft/playwright/pull/36357. This patch adds test coverage for https://github.com/microsoft/playwright/pull/36098 which wasn't added back then and simplifies the test coverage for https://github.com/microsoft/playwright/pull/36357. https://github.com/microsoft/playwright/pull/36098 introduced the regression in v1.53.0.

### Version 1.53.0 ### Steps to reproduce 1. Have a Global Setup created to Login 2. Have a Describe block with Before Each and a Test 3. In the Before...

v1.54

### Last Good Version v1.52.0 ### First Bad Version v1.53.0 ### Steps to reproduce This commit will break if the url has custom sections: ### Expected behavior `/a/json/version` ### Actual...

v1.53