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.
### Version 1.44.0 ### Steps to reproduce 1. Set up test with chained/dependent projects (e.g., `A -> B -> C`) 2. Ensure that upstream project `A` contains a bug so...
### 🚀 Feature Request What I would like to see and experience is for playwright to allow pure server side mocking in addition to the existing client side api mocking...
- [ ] Add initial builds - [ ] Make it possible to use them as `chromium-headless-shell` channel - [ ] Re-iterate on having same output files like [upstream](https://googlechromelabs.github.io/chrome-for-testing/). They...
### 🚀 Feature Request Hello ! Since #17179, the automatic generation of URL assertions when using the test generator has been removed, so it's no longer possible to add them...
### Version 1.46.1 ### Steps to reproduce 1. Generate several blob reports into the `/all-blob-reports` folder. 2. Execute `npx playwright merge-reports --reporter json ./all-blob-reports` to generate a combined json report...
### System info - Playwright Version: v1.37.1 - Operating System: macOS 12.3 - Browser: Chromium ### Source code **Config file** ```js // playwright.config.ts import { defineConfig, devices } from '@playwright/test';...
I can configure webserver to run with tests (an API and a front for instance), but when I want to record, these servers are not started.
Append the sanitized test name to the automatic screenshot mechanism of Playwright. Why? Currently the names are very generic and cause conflicts in CI/CD Systems like Azure Devops when we...