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
- fix(expect): honor timeout when the page is unresponsive
- [Bug]: connectOverCDP never resolves while any pre-existing page stops answering CDP (sleeping tab); noDefaults does not help
- [Regression 1.62.1 → 1.63.0]: page Response.body() returns empty after in-page fetch().blob() already consumed it
- [Bug]: expect(locator).toBeVisible() ignores its timeout when the page is unresponsive; hangs until test timeout
- fix(chromium): do not let an unresponsive pre-existing page stall connectOverCDP
- [Bug]: transform cache entries are published non-atomically — a concurrent process can load an empty module (does not provide an export named …)
- fix(firefox): preserve response header field boundaries
- docs(test): complete reporter/trace unions and fix stale option descriptions
- [Bug]: APIRequestContext drops the cookie header passed by the caller on redirects
- fix(fetch): keep the cookie header passed by the caller on redirects
- Docs
- TypeScript not yet supported