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.53.0 ### Steps to reproduce 1. Create a fresh app with playwright component testing 2. Create a button styled with a background of red 3. create a test...

P3-collecting-feedback
feature-trace

### Version 1.52.0 ### Steps to reproduce 1. Create `bug.html` with this HTML: ```html Tab and Popup Open Tab and Popup function openTabAndPopup() { const newTab = window.open('', '_blank'); if...

P3-collecting-feedback
feature-codegen

Chromium implemented drag&drop support through `Input.dispatchMouseEvent` a while ago: - https://chromium-review.googlesource.com/c/chromium/src/+/4607450 - https://chromium-review.googlesource.com/c/chromium/src/+/4654609 A few changes in behavior: - Chromium now aligns with other browsers and sends a `dragover` event...

CQ1

### Version 1.50.1 ### Steps to reproduce On a large test suite with many failing tests, config: * `repeatEach` = 3 * `retries` = 2 * `trace` config to either...

### 🚀 Feature Request Warm greetings 👋 It would be nice to have a possibility to display additional (optional) information in the HTML. In 1.49.0 version was possibility to provide...

P3-collecting-feedback

### 🚀 Feature Request it will be awesome to print clickable shortened urls in Console logs, currently it prints everything as text ### Example _No response_ ### Motivation its frustrating...

P3-collecting-feedback
feature-trace

### Version 1.50 ### Steps to reproduce Create a basic playwright framework: 1. playwright.config.js: // playwright.config.js const { defineConfig } = require('@playwright/test'); module.exports = defineConfig({ //globalSetup: require.resolve('./global-setup'), //globalTeardown: require.resolve('./global-teardown'), testDir:...

### Version 1.49.1 ### Steps to reproduce Steps: - I record a PUT request as HAR file. - I replay the HAR file during a test. - I change only...

### Version latest main ### Steps to reproduce Note that several Playwright tests currently set cross-site cookies with the `SameSite=None` attribute but miss to as well set the `Secure` attribute....

v1.54

### Version 1.52.0 ### Steps to reproduce 1. Clone https://github.com/gladykov/playwright-grey-rectanle-video 2. `npm install` 3. `npx playwright test && npx playwright show-report` 4. Open report and download video Pay attention that...

v1.54