Skip to main content

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 TestingDebuggAI
Write Playwright/Cypress scriptsDescribe tests in natural language
Manually update selectorsAI adapts to UI changes
Configure test environmentsZero-config localhost testing
Debug flaky testsAI 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

  1. Connect - Link your GitHub repository and install the VS Code extension
  2. Describe - Write tests in natural language or let AI suggest tests based on your code changes
  3. Execute - Browser agents run tests against your localhost or staging environment
  4. 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-ai
2

Sign In

Cmd+Shift+P → "DebuggAI: Sign In"

Create account at debugg.ai
3

Create Test

Press Cmd+Alt+C

"Test the login form with valid credentials"
4

View Results

Test Results panel & Web Dashboard

app.debugg.ai

Documentation Guide

First Steps

Workflows

Platform Guides

  • Next.js - Testing Next.js applications
  • React - Testing React applications
  • Django - Testing Django applications

Reference


Ready to start? Follow our Quick Start guide to run your first test in under 2 minutes.