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.52.0 ### Steps to reproduce 1. `defineConfig` with a project: `{ name: "msedge", use: { ...devices["Desktop Edge"], channel: "msedge" } }` 2. Run the test(s) ### Expected behavior...

### Version tot ### Steps to reproduce ```ts it('repro', async ({ page }) => { await page.setContent(` Button `); await checkAndMatchSnapshot(page.locator('body'), ` - button "Button" `); }); ``` ### Expected...

v1.54

When implementing a custom reporter, I want to associate certain messages and errors with Playwright's `test.step` at runtime. Therefore, I expect to use the `step: TestStep` argument in the `onStdErr`...

feature-test-runner

This introduces a "strict" mode to `Progress`, where it waits until the action completes instead of racing against a timeout. The action is responsible to terminate upon progress being aborted....

### System info - Playwright Version: v1.31.2 - Operating System: Windows, but most likely in others - Browser: Chromium, but most likely in others ### Source code - [ ]...

feature-codegen

### Version ^1.52.0 ### Steps to reproduce A simple Github workflow that runs some E2E tests, inside of which there is `expect(...). toHaveScreenshot()` Complete CI here: https://github.com/dfinity/oisy-wallet/actions/runs/15471499824/job/43556862674 ### Expected behavior...

v1.54

### Version 1.53.0 ### Steps to reproduce 1. clone my repo https://github.com/pascalknupper/pw-firefox-setViewport 2. install deps 3. run `npx playwright test` -> leads to timeouts in firefox project 4. run `npx...

v1.53

### 🚀 Feature Request FedCM is a standard being worked on at the W3C. The [first working draft](https://www.w3.org/TR/fedcm/) was released in Aug 2024. It allows users to log in to...

P3-collecting-feedback

### Version 1.52.0 ### Steps to reproduce run ``` playwright test --project=chromium --workers=8 --retries=2 --update-snapshots tests/test.e2e.ts:23 ``` ### Expected behavior Only selected tests running ### Actual behavior All tests started...

v1.54

Closes: https://github.com/microsoft/playwright/issues/33930 - [TabbedPane](https://github.com/microsoft/playwright/blob/a7df837809d4f6236fbaa872a9ef3f4909ee3808/packages/html-reporter/src/tabbedPane.tsx#L28) component now supports `overflowMode` param that automatically renders elements to a dropdown upon container resize. - This is a generic component that can be applied all...