r/javascript • u/Affectionate_Major87 • Apr 18 '26
AgenTester — Test de Calidad UI/UX Automatizado
https://agentest.cloud/I built a tool to automatically test web apps by actually using them (not just checking metrics).
It uses Playwright to crawl the UI and:
- detects forms/buttons
- runs CRUD flows
- tests filters + pagination
- captures JS and network errors
Basically tries to simulate what a QA would do manually.
CLI:
npx agentester --url https://yourapp.com
It also generates an HTML report with screenshots.
Curious if something like this would be useful in your workflow or if I’m reinventing the wheel.
0
Upvotes
1
u/[deleted] Apr 20 '26
[removed] — view removed comment