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 I use kilo.ai for MCP Agent Healer with no issues. Please add support for such. e.g., pnpm playwright init-agents --loop=kiloai ### Example _No response_ ### Motivation...
### Version 1.56.1 ### Steps to reproduce 1. Go to https://trace.playwright.dev/?trace=https://demo.playwright.dev/reports/todomvc/data/fa874b0d59cdedec675521c21124e93161d66533.zip 2. Resize the bottom pane such that the snapshot gets smaller ### Expected behavior To see the full snapshot...
### π Feature Request In https://github.com/microsoft/playwright-vscode/pull/524 a toggle was added to the VS Code extension to automatically run global setup when executing a test via the editor. But it does...
### π Feature Request I'm using the `@msw/playwright` package to intercept network requests to force the app conditions into a specific state. Sidenote: The MSW mock handlers are registered using...
Continuing the discussion from [here](https://github.com/microsoft/playwright/pull/37754#discussion_r2441499172): > I don't think anyone would appreciate stalling when an unexpected override is passed or expected header is not passed, immediately throwing a validation error...
### Version 1.54.2 ### Steps to reproduce 1. Clone repo https://github.com/aczekajski/pw-huge-project-bug-repro 2. Run `npm i` 3. Run `node genfiles.js` (it takes some time to generate files but I didn't want...
Tracking issue for the warning annotation feature. ## Suggested Warnings * Floating promises - examine ESLint solutions * Async describes * Event handlers that are still attached + running (locator...
We've been setting up Playwright for the first time and while tests work and pass, we've been noticing Chromium processes sometimes continue running and accumulate and start driving our cpu...
I took some shortcuts around links in https://github.com/microsoft/playwright/pull/38194, let's clean that up.
### π Feature Request Enable Playwright to interact with ``s and ``s that are hidden for re-styling purposes but still fully-accessible to all users (including those without JavaScript). (Relates to...