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 Currently, globalTimeout applies to the entire test run across all projects. However, in scenarios where multiple projects run in parallel, we may need different timeout limits...

P3-collecting-feedback
feature-scheduler

### 🚀 Feature Request When a test suite reaches its `globalTimeout` during execution, any remaining unexecuted test cases are marked as **Skipped** in the Playwright HTML report. However, this does...

P3-collecting-feedback
feature-html-reporter

### 🚀 Feature Request I know playwright won't support bun as runtime, but I do wish to have bun as a package manager. There should be a `bun create` option...

P3-collecting-feedback

### 🚀 Feature Request When running `npx playwright install`, I wish browsers listed in local `playwright.config.ts` to be installed. ### Example _No response_ ### Motivation More accurate default install behavior.

P3-collecting-feedback

### 🚀 Feature Request When `outputRoot` is set, all artifacts, such as `test-results` and `playwright-report` should go to `outputRoot`, and commands like `playwright show-report` should look under `outputRoot`. ### Example...

P3-collecting-feedback

### 🚀 Feature Request I haven't come across such a feature (request) so I'm suggesting it here. It would be very nice to have keyboard shortcuts when recording tests in...

P3-collecting-feedback
feature-codegen

### 🚀 Feature Request I have discovered that for `page.waitForEvent()` The timeout can be globally set by using this in the main config: `use: { actionTimeout: 10000 }` Action timeout...

P3-collecting-feedback

### 🚀 Feature Request First of all, thanks for all your awesome work on playwright! It's a joy to use! I am currently working on a project were I need...

P3-collecting-feedback
feature-scheduler

### Version 1.50.1 ### Steps to reproduce Reproduction at https://github.com/unikitty37/chromium-headless-issue 2. Opt in to new Chromium headless, as detailed in #33566 3. Create a Svelte5 + SvelteKit site that uses...

browser-chromium
upstream
v1.54

### Version 1.50.1 ### Steps to reproduce Sadly, cannot reproduce. We have a complex dragTo with force:true. Test passes on 1.49.1 but fails on 1.50 As this is a complex...

P3-collecting-feedback