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, the โWorker Cleanupโ data is only reported for failing tests. It would be useful to have it available for successful runs as well. ### Example...
### ๐ Feature Request When there is a strict mode violation, instead of immediately raising an exception, wait the usual time for the strict mode violation to resolve ### Example...
### ๐ Feature Request Record pointer for canvas element, not only clicks. I have forked the repo in order to support this (see [PR](https://github.com/ShaMan123/playwright/pull/1)) and am willing to PR. ###...
### Version 1.56.1 ### Steps to reproduce - Clone the repo: https://github.com/enesecer/MCPIssue - Check the README.MD for instructions ### Expected behavior `test_debug` should pause on error and keep browser open...
### Version v1.56.1 ### Steps to reproduce **playwright.config.ts;** ``` import * as path from 'path' import * as dotenv from 'dotenv' import { configAuth, configEnv } from './backbone/config' import {...
### ๐ Feature Request tl;dr -> #29531 except for `video` I would like to file a feature request to create an option for the video recording: `retain-on-first-failure`, that behaves identical...
I have also updated the tests to use `request.body*` instead of `request.postData*` except for the following: - I changed the tests in `tests/page/network-post-data.spec.ts` to be skipped for BiDi because these...
### ๐ Feature Request [remoteObjectValue()](https://github.com/microsoft/playwright/blob/a99b3e4d870e96adbf7b028a4035bc1dcd65c90e/packages/playwright-core/src/server/bidi/bidiExecutionContext.ts#L200-L210) currently only supports a few types and returns `remoteObject.value` for many without deserializing the value from its BiDi representation, failing [this check](https://github.com/microsoft/playwright/blob/a99b3e4d870e96adbf7b028a4035bc1dcd65c90e/tests/page/page-event-console.spec.ts#L35). ### Example _No...
TODO: - [ ] Upstream Git Bash PATH hack - Revert https://github.com/microsoft/playwright-browsers/pull/1845 and https://github.com/microsoft/playwright-browsers/pull/1846 - The fix should be inside [this repo](https://dev.azure.com/devdiv/XlabImageFactory/_git/XlabImageFactory?_a=contents&version=GBmain) - I'm currently getting access to it and...