Loading...
Loading...
Systematic exploratory QA testing of web applications — find bugs, capture evidence, and generate structured reports
npx skill4agent add nousresearch/hermes-agent dogfoodbrowser_navigatebrowser_snapshotbrowser_clickbrowser_typebrowser_visionbrowser_consolebrowser_scrollbrowser_backbrowser_press./dogfood-output{output_dir}/
├── screenshots/ # Evidence screenshots
└── report.md # Final report (generated in Phase 5)browser_navigate(url="https://example.com/page")browser_snapshot()browser_console(clear=true)browser_vision(question="Describe the page layout, identify any visual issues, broken elements, or accessibility concerns", annotate=true)annotate=true[N][N]@eNbrowser_click(ref="@eN")browser_type(ref="@eN", text="test input")browser_press(key="Tab")browser_press(key="Enter")browser_scroll(direction="down")browser_console()browser_vision(question="What changed after the interaction?")browser_vision(question="Capture and describe the issue visible on this page", annotate=false)screenshot_pathreferences/issue-taxonomy.mdtemplates/dogfood-report-template.mdMEDIA:<screenshot_path>{output_dir}/report.md| Tool | Purpose |
|---|---|
| Go to a URL |
| Get DOM text snapshot (accessibility tree) |
| Click an element by ref ( |
| Type into an input field |
| Scroll up/down on the page |
| Go back in browser history |
| Press a keyboard key |
| Screenshot + AI analysis; use |
| Get JS console output and errors |
browser_console()annotate=truebrowser_visionMEDIA:<screenshot_path>