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

### 🚀 Feature Request Now a days and upcoming years there are lots of demand increasing for mobile app testing e2e like we doing with web now with playwright so...

When recording a video with launchPersistentContext / electron with enabled video it hangs instead of throws an error that ffmpeg is missing. Problem is that we wait for the page...

v1.50

hello when I try run the old **pytest** function in same running with **pytest-playwright**. I get error: E playwright._impl._errors.Error: It looks like you are using Playwright Sync API inside the...

### Version 1.43.1 ### Steps to reproduce To gather performance data of a web application, we are using the duration of Playwright tests. The problem is that the time of...

### 🚀 Feature Request At the moment whenever I modify something in the Playwright code for WebDriver BiDi I have to manually do a full build of Playwright via `npm...

### 🚀 Feature Request In the `playwright.config.ts` you can add maxDiffPixelRatio, threshold, etc. You can also tweak this per test. If a test fails, you know it went over the...

P3-collecting-feedback

### Version 1.49.0 ### Steps to reproduce Follow the steps in README: https://github.com/vitalets/playwright-issues/tree/exec-sync-output The key point is calling `execSync()` in the test: ```ts test('my test', async ({}) => { console.log('foo');...

v1.50

### 🚀 Feature Request I would like to request a way to access custom TestDetails inside testHook ### Example Accessing CustomTestDetails through TestInfo ``` import { TestType, TestInfo, PlaywrightTestArgs, PlaywrightTestOptions,...

P3-collecting-feedback

### 🚀 Feature Request playwright's `.connect()` method does not provide a parameter like `proxy`, or `agent` (like what package `node-fetch` does), to allow to connect to a chrome instance running...

### 🚀 Feature Request Route interception doesn't work with redirects, which is causing me some headaches. I've got a near working solution, where I intercept the request, pass it through...