Introduction
DebuggAI is an AI-powered platform for automated end-to-end testing. Write tests in plain English, and our browser agents execute them against your application—no test scripts to maintain.
Why DebuggAI?
Traditional E2E testing requires writing and maintaining brittle test scripts. When your UI changes, tests break. DebuggAI eliminates this:
| Traditional Testing | DebuggAI |
|---|---|
| Write Playwright/Cypress scripts | Describe tests in natural language |
| Manually update selectors | AI adapts to UI changes |
| Configure test environments | Zero-config localhost testing |
| Debug flaky tests | AI handles timing and retries |
Key Features
AI-Generated Tests
Describe what you want to test in plain English. Our AI generates and executes the test steps automatically.
"Log in with valid credentials, navigate to settings, and verify the user profile displays correctly"
Interactive Test Viewer
Watch tests execute step-by-step with screenshots, network logs, and console output. Debug failures with full visual context.
Browser Agents
Autonomous agents navigate your application, interact with elements, and verify expected behavior. They handle dynamic content, wait states, and complex user flows.
Knowledge Graphs
DebuggAI automatically discovers your application structure—pages, components, and user flows. This context helps generate more accurate tests.
GitHub Integration
Tests run automatically on pull requests. Results appear directly in your PR with pass/fail status, screenshots, and failure analysis.
Multi-Framework Support
Works with any web application:
- Next.js, React, Vue, Angular
- Django, Rails, Node.js, Laravel
- Any localhost application
Who Is This For?
Development Teams who want to ship faster with confidence. Reduce manual QA cycles and catch regressions before they reach production.
QA Engineers who want to spend less time writing test scripts and more time on exploratory testing and edge cases.
Solo Developers who need testing coverage but don't have time for complex test infrastructure.
How It Works
- Connect - Link your GitHub repository and install the VS Code extension
- Describe - Write tests in natural language or let AI suggest tests based on your code changes
- Execute - Browser agents run tests against your localhost or staging environment
- Review - View results in the dashboard with screenshots, logs, and AI-powered failure analysis
Getting Started
Quick Start Flow
Install Extension
Search "DebuggAI" in VS Code Extensions
code --install-extension debugg-ai.debugg-aiSign In
Cmd+Shift+P → "DebuggAI: Sign In"
Create account at debugg.aiCreate Test
Press Cmd+Alt+C
"Test the login form with valid credentials"View Results
Test Results panel & Web Dashboard
app.debugg.aiDocumentation Guide
First Steps
- Quick Start - Get running in 2 minutes
- VS Code Setup - Install and configure the extension
- First Test - Create your first AI-powered test
Workflows
- VS Code Extension - Primary testing workflow
- MCP Server - Use with Claude Desktop
- Web Dashboard - Team collaboration and results
- Debugg CLI - CI/CD integration
Platform Guides
- Next.js - Testing Next.js applications
- React - Testing React applications
- Django - Testing Django applications
Reference
- FAQ - Common questions answered
- Troubleshooting - Solve common issues
Ready to start? Follow our Quick Start guide to run your first test in under 2 minutes.