Back
Playwright
Mentioned in 33 todos by 13 makers.
Mentions over time
Loading...
Sentiment
Loading...
Praised in 48.5% of mentions (site average 9.9%), complaints in 3.0% (average 3.7%).
What makers are doing
Loading...
Often used together with
Do you make Playwright?
See everything makers say about it: every mention with praise and complaints, sentiment trends, weekly email digests, and CSV export.
Explore InsightsRecent todos mentioning Playwright
Writing playwright tests so I can automate testing the ui.
#channelsurfer
I am wayyy too lazy to be clicking around testing nonstop.
managed to build an automated daily script with Codex that checks
#calmcompanies' blog posts for missing featured images.
If one's missing:
🖼️ It generates an on-brand image with Nano Banana via a tiny Fal AI CLI wrapper I made locally
🗜️ Compresses and converts the image to AVIF using ogpilot.com/image-compressor
📤 Uploads to the blog post via Playwright MCP server
🤖 got tired of third party screenshot/thumbnail projects and the bloat that adding Playwright to a project adds, so I vibed coded my own thumbnail service.
#research
Applied tests with Playwrite in all my projects and client projects to stop wasting time with the testing
Got playwright to connect to my running Arc instance - automation: level up
Wrote about the difference between Playwright and Puppeteer (puppeteer.guide/posts/puppete…) for
#puppeteerguide
rewrote one of the running website scrapers to use playwright so that the JS bits get rendered
🚀 figured out how to run Playwright in docker as a worker tasks so that I can schedule smarter page scrapes without being blocked
#servers
🔨 I wrote a playwright script that can export a Django Admin list (and detail pages) into a JSON to help export old app I don't always have database access to. It's one hell of a hammer.