playwright
https://github.com/microsoft/playwright
TypeScript
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported13 Subscribers
Add a CodeTriage badge to playwright
Help out
- Issues
- [Bug]: clientCertificates ignores launch-level proxy and proxy.bypass, routing traffic outside the configured proxy
- [Bug]: toMatchAriaSnapshot cannot parse the snapshot that ariaSnapshot() produces for names starting and ending with "/"
- [Bug]: test.slow(callback) does not extend the timeout of the test it runs in when the callback only uses worker fixtures
- fix(client-certificates): honor browser-level proxy and proxy.bypass
- fix(aria-snapshot): quote names that only look like regexes
- fix(test-runner): make test.slow() extend the test timeout from any time slot
- [Bug]: getByText/getByLabel with a global or sticky regex (/x/g, /x/y) match only some of the elements
- [Bug]: locator.toString() and call logs render regexes with u/s/y/d/v flags as string literals
- [Bug]: APIRequestContext evaluates proxy.bypass only for the first URL, so redirect targets use the wrong route
- [Bug]: MCP page-registered WebMCP tools stay bound to a stale frame or tab when the tool list looks unchanged
- Docs
- TypeScript not yet supported