DEV Community
•
2026-07-26 22:39
I turned plain English (and any live website) into API tests
Hi 👋 This is my first post here, and I want to share a side project I built as a QA engineer — because it scratches an itch I think a lot of us have.
Here's the itch: for one business flow, I'd end up building the same thing three times — a Postman collection, a Playwright API test, and a JMeter plan. Same requests, same variables, same assertions, just typed out three different ways. It's slow, ...