The problem
Every deploy — same manual test steps. Login, open the form,
fill the fields, check the result. Over and over.
I wanted to skip the Playwright/Selenium boilerplate and just
paste my existing test cases as plain text.
The problem Every deploy — same manual test steps. Login, open the form, fill the fields,...
The problem
Every deploy — same manual test steps. Login, open the form,
fill the fields, check the result. Over and over.
I wanted to skip the Playwright/Selenium boilerplate and just
paste my existing test cases as plain text.

Browser automation has a dirty secret: the code you write today is already dying. You spend two...

I hate writing test scripts. Not because testing is unimportant. The opposite. I care about quality....

What happens when you let an AI write a browser extension I've been building Chrome...

What if your AI coding agent could write code, test it, fix bugs, and ship — all without a single...

How I used Cursor, Playwright MCP, and Playwright CLI to build real automation for...

Most browser automation tutorials skip the hard part: what happens when the site fights back. You...