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.44.0 ### Steps to reproduce 1. Set up test with chained/dependent projects (e.g., `A -> B -> C`) 2. Ensure that upstream project `A` contains a bug so...

P3-collecting-feedback

### 🚀 Feature Request What I would like to see and experience is for playwright to allow pure server side mocking in addition to the existing client side api mocking...

P3-collecting-feedback

- [ ] Add initial builds - [ ] Make it possible to use them as `chromium-headless-shell` channel - [ ] Re-iterate on having same output files like [upstream](https://googlechromelabs.github.io/chrome-for-testing/). They...

v1.49

### 🚀 Feature Request Hello ! Since #17179, the automatic generation of URL assertions when using the test generator has been removed, so it's no longer possible to add them...

P3-collecting-feedback
feature-codegen

### Version 1.46.1 ### Steps to reproduce 1. Generate several blob reports into the `/all-blob-reports` folder. 2. Execute `npx playwright merge-reports --reporter json ./all-blob-reports` to generate a combined json report...

### System info - Playwright Version: v1.37.1 - Operating System: macOS 12.3 - Browser: Chromium ### Source code **Config file** ```js // playwright.config.ts import { defineConfig, devices } from '@playwright/test';...

feature-visual-regression-testing

I can configure webserver to run with tests (an API and a front for instance), but when I want to record, these servers are not started.

feature-vscode-extension

Append the sanitized test name to the automatic screenshot mechanism of Playwright. Why? Currently the names are very generic and cause conflicts in CI/CD Systems like Azure Devops when we...