Live data from Hacker News

Show HN: Verex – Write E2E tests in plain English, powered by Playwright and AI

verex.ai

1–2 of 2 posts

Show HN: Verex – Write E2E tests in plain English, powered by Playwright and AI

#1
I built Verex, a tool that lets you write E2E tests in plain English (e.g. "Login and check dashboard loads"). It uses Playwright under the hood with an AI layer to interpret and run tests, reducing the need to maintain brittle test scripts.

No more flaky tests that break every time the UI changes.

CI-ready (GitHub Actions, BitBucket Pipelines, Gitlab), with visual bug reports and screenshots.

Would love feedback: https://youtu.be/KUHjFeHlSlg

Show HN: Verex – Write E2E tests in plain English, powered by Playwright and AI
verex.ai

Re: Show HN: Verex – Write E2E tests in plain English, powered by Playwright and AI

#2
Once again, the downfall of SWE continues. What you call "brittle test scripts" should be an important part of the specifications, and those flaky tests should teach you something that you purposefully ignored by using a random test generator.

I have a very negative feeling about the future of programming if that trend continues and spreads.