What problem does it solve?
The dogfood Skill unit provides a comprehensive framework for systematic exploratory QA testing of web applications, ensuring thorough identification and reporting of bugs, evidence, and potential issues.
Core Features & Use Cases
- Systematic Workflow: Guided 5-phase process for QA testing, from planning to reporting.
- Browser Toolset Integration: Utilizes browser automation for navigation, screenshots, console checks, and more.
- Issue Taxonomy: Classify issues into severity levels and categories for structured reporting.
- Report Generation: Automated generation of a detailed report with executive summary, issue list, and testing notes.
- Use Case: A user can run the Skill on a web application to systematically test for issues, automatically generating a comprehensive report on the quality of the app.
Quick Start
To start the QA testing, use the command: run skill dogfood --url <target_url> --scope <testing_scope> --output <output_directory>