Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.29 KB

File metadata and controls

27 lines (18 loc) · 1.29 KB

OpenTestAI

Open-source automated bug detection, persona feedback, and test case generation using 33+ specialized AI testing agent profiles.

Created and open-sourced by Testers.AI

OpenTestAI analyzes application screenshots, network logs, console logs, and DOM/accessibility trees for issues. It selects relevant virtual tester profiles based on artifact content, then runs each tester's specialized prompt to find high-confidence bugs. It also generates diverse user persona feedback panels for UX/product insight and creates comprehensive test case suites for any page.

Repository Structure

opentestai/
├── skills/                  # AI testing skill definitions for different platforms
│   ├── claude/              # Skill variant for Claude (Anthropic)
│   └── antigravity/         # Skill variant for Antigravity platform
└── test_prompts/            # Test prompts for validating skill behavior

Three Modes

  1. Bug Detection Mode — Find high-confidence bugs using 33 specialized testers
  2. Persona Feedback Mode — Generate diverse user persona feedback for UX/product insight
  3. Test Case Generation Mode — Create comprehensive, prioritized test cases for any page

License

Open-sourced by Testers.AI