Learn to set up, use, and contribute to QA Agent — the open-source browser testing runner that runs markdown test cases and produces evidence-rich HTML reports.
Before contributing, understand what runs when you type `python cli.py run --suite smoke`.
QA Agent is open source. Contributions that add integrations, improve the report format, or extend the agent's tool set are all welcome.
A good test case reads like a conversation between a QA engineer and a developer. Not like code.
A green result is only useful if you trust it. A red result is only useful if you can debug it fast.
From zero to running your first automated browser test in 15 minutes.
A flat folder of 30 test cases becomes unmanageable fast. Suites and personas are how you keep it structured.
Code changes land fast. Your QA process shouldn't be the bottleneck.