What problem does it solve?
This Skill automates the process of quality assurance testing for web applications, ensuring functionality, identifying bugs, and verifying changes before deployment.
Core Features & Use Cases
- Automated Testing: Performs systematic exploration of web applications to find defects.
- Multiple Testing Modes: Supports diff-aware testing for feature branches, full application scans, quick smoke tests, and regression testing against baselines.
- Detailed Reporting: Generates structured reports including health scores, screenshots, and reproduction steps for identified issues.
- Use Case: A developer has just pushed changes to a feature branch and wants to ensure no regressions were introduced and the new features work as expected. They can use the diff-aware mode to automatically test only the affected parts of the application.
Quick Start
Run a quick smoke test on the current application.