macstable
Playwright
macstable | Playwright | |
---|---|---|
2 | 490 | |
120 | 76,590 | |
0.0% | 1.4% | |
0.0 | 9.9 | |
7 days ago | about 6 hours ago | |
TypeScript | ||
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
macstable
- macOS Packaging for Ungoogled-Chromium
-
How To Check For Updates on Ungoogled Chromium
Select Platform "MacOS" and there u can see stable ungoogled marmaduke select it.
Playwright
-
Closer to the Metal: Leaving Playwright for CDP
Also recently found it unnecessarily difficult to do profiling of page workers using Playwright's CDPSession wrapper ([and they don't seem to have any plans to improve it](https://github.com/microsoft/playwright/issues/22992#issueco...)), whereas it was pretty painless in Puppeteer.
So, definitely more useful if you care about more than just your main thread.
-
Playwright Reporting in 10 Minutes
Playwright is a modern end-to-end testing framework for web apps. It supports multiple browsers, parallel execution, and, importantly for this post, built in reporters for turning raw test results into human-readable formats.
-
Global Cache: Make Playwright BeforeAll Run Once for All Workers
There is no way to ensure this BeforeAll hook executes only once across the entire test run, as many people expect. Despite its name, BeforeAll is called once per worker, not once per test run.
-
Top 7 Puppeteer Alternatives for Web Automation and Testing (2025)
Playwright is a powerful open-source browser automation tool developed by Microsoft and often seen as a natural evolution of Puppeteer. In fact, many of its core features were inspired by Puppeteer—but with broader capabilities and stronger support for modern testing needs. Unlike Puppeteer, which only supports Chromium, Playwright allows testing across Chromium, Firefox, and WebKit, enabling true multi-browser automation with a single API. It also supports both headless and headed modes, making it flexible for various stages of the testing lifecycle.
-
Playwright vs. Selenium in 2025: Key Differences for Test Automation
GitHub metrics also show Playwright's popularity: it has over 74,000 stars, much larger than Selenium's 32,000. The number of projects depending on Selenium is still large, but Playwright is far away (around 412,000 repositories use Playwright vs. 354,000 for Selenium).
-
🚀 9 Libraries to Boost Your Productivity as a React Developer
Playwright is an end-to-end testing library for reliable, cross-browser automation. It supports Chromium, Firefox, and WebKit, and allows mocking network responses and testing real user workflows. It offers auto-waiting, resilient web-first assertions, and built-in tracing to eliminate flaky tests.
-
Open SaaS v2.0 -- ShadCN UI, LLM-friendly, MoRs, and more.
One thing I hate about building a SaaS is that I'm constantly worried it might break after adding a new feature. To give you peace of mind, we've integrated a full suite of end-to-end tests using Playwright. These tests act like a robot user, clicking through your app to verify that everything from user sign-ups to critical payment flows is working exactly as it should.
-
Automating Tests with Playwright and Components Page Object Model: A Practical Approach
Fast and reliable end-to-end testing for modern web apps | Playwright
-
Playwright v1.54 Release Highlights: Smarter, Cleaner, More Secure
Playwright v1.54 isn’t a flashy release—but it’s a smart one. With enhanced test annotations, CHIPS-aligned cookie handling, and cleaner reporting, it's setting the groundwork for privacy-centric and maintainable testing at scale.
-
How to test signup flows with Playwright and real email verification
This guide shows how to test the entire registration flow, including real email confirmation, using Playwright and temporary inboxes created with Tigrmail. You'll get a working test in minutes and a clean way to automate email-based flows.
What are some alternatives?
chromium-notifier - Chromium browser extension that provides browser and extensions update notifications and extensions management functionality. Chromium versions are synced with Woolyss' Website.
nightwatch - Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack
ungoogled-chromium-binaries - Concerns prebuilt versions of ungoogled-chromium
WebdriverIO - Next-gen browser and mobile automation test framework for Node.js
ungoogled-chromium-bin - [GET https://api.github.com/repos/ungoogled-software/ungoogled-chromium-bin: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
taiko - A node.js library for testing modern web applications