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 From Playwright 1.53.0 release notes, on the section as per below found in https://playwright.dev/docs/release-notes#version-1.53 **New option in 'html' reporter to set the title of a specific...
### Version 1.52.0 ### Steps to reproduce Trigger a request subjected to CORS; wait for the response with page.waitForResponse() using a regexp. Minimal reproduction: 1. Clone the repo at https://github.com/mkrakker/playwright-ff-waitforresponse...
### 🚀 Feature Request in 1.53 locator method add .describe() function i want expect text in allure report in expect.js input this code ``` function createMatchers(actual, info, prefix) { let...
### 🚀 Feature Request Currently, the `--only-changed` CLI option will detect the `specs` that include files that have been impacted by a change (like a file in a `utils` folder)....
Addresses the comments from https://github.com/microsoft/playwright-python/pull/2885#pullrequestreview-2916707147.
https://github.com/microsoft/playwright-mcp/pull/325
### 🚀 Feature Request When focusing on a network call in the trace viewer, show the following tabs: - Headers (with collapsible sections: general (including start- & end-time), response headers,...
### Version 1.52.0 ### Steps to reproduce 1. Clone https://github.com/dethstrobe/playwright-reporter-bug-repro 2. cd in to [custom-reporter-package](https://github.com/dethstrobe/playwright-reporter-bug-repro/tree/main/custom-reporter-package) 3. install dependencies `pnpm install` or `npm install` 4. build reporter `pnpm build` or `npm...
Before it looked like:  Now it looks like: 
### 🚀 Feature Request Version 1.40.0 Steps to reproduce It has now been established that it is the chrome.exe file that does not have a digital signature on the file...