playwright
playwright copied to clipboard
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
### 🚀 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...
### 🚀 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...
### 🚀 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...
### 🚀 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.
### 🚀 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...
### 🚀 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...
### 🚀 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...
### 🚀 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...
[Bug]: Tests fail for code using media query `display-mode: fullscreen` under new Chromium headless
### 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...
### 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...