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

We've spent a couple weeks adding support for Bidi to Playwright and running Playwright tests with the new protocol. The good news is there has been a large progress in...

browser-chromium
browser-firefox
bidi

### 🚀 Feature Request The current custom matcher `extend` function does not seem to allow custom asymmetric matchers. E.g. `fixtures.ts` ``` import { expect as baseExpect } from '@playwright/test'; export...

P3-collecting-feedback
feature-expect

### 🚀 Feature Request I would like to propose adding a built-in helper class or Playwright command that allows users to retrieve the index of a table column by header...

P3-collecting-feedback

Since Playwright 1.19, the list of cases is now generated before the Global Setup (see https://github.com/microsoft/playwright/issues/12018 for more details). It would be great if we could expose root `Suite` to...

feature-test-runner

HI Playwright team, I am using Playwright Cucumber Typescript Framework, and Report is Multiple Cucumber HTML Report and I want to add the screenshot of passed step as well so...

### 🚀 Feature Request I wish to support the following feature in config: ``` snapshotPathTemplate?: string | ((testInfo: TestInfo) => string) ``` OR ``` snapshotPathResolver?: (filename: string, testInfo: TestInfo) =>...

P3-collecting-feedback
feature-visual-regression-testing

### Version 1.36.1 ### Steps to reproduce This is the workflow file we use for installation : ``` yaml name: CI/CD for Test To Dev permissions: id-token: write contents: read...

Before we ship "screenshot instead of snapshot", let's smooth out the rough edges. - [ ] attempt to select text causes image drag-n-drop - https://github.com/microsoft/playwright/pull/33089 - [ ] click target...

v1.49

### Version 1.48.0 ### Steps to reproduce I'm not sure how to provide you with reproduction steps. Up until the latest version, I had no problems testing our application in...