Skip to main content

FAQ

Common questions about DebuggAI browser testing.

Getting Started

What is DebuggAI?

AI-powered browser testing platform. Write tests in plain English, get automated browser testing.

How is this different from Playwright/Cypress?

  • No code: Describe tests in natural language
  • Zero setup: Works with any localhost app
  • AI-powered: Automatically handles selectors and flows
  • Team collaboration: Built-in dashboard and issue tracking

What do I need to get started?

  1. VS Code extension
  2. DebuggAI account (free tier available)
  3. Running localhost app (any framework)

How much does it cost?

  • Starter: Free (100 tests/month)
  • Professional: $20/month (unlimited)
  • Enterprise: $40/user/month (team features)

Usage

What kind of tests can I create?

Any user flow that can be described in English:

  • "Test login with valid credentials"
  • "Test checkout process with credit card"
  • "Test user profile update form"
  • "Test search functionality with filters"

Which frameworks does it support?

All localhost apps:

  • Next.js, React, Vue, Angular
  • Node.js, Django, Rails, Flask
  • Static sites, SPAs, traditional web apps

Does it work with staging/production environments?

Currently optimized for localhost development. Production testing coming soon.

Can I run tests in CI/CD?

Yes, via GitHub Actions, Jenkins, or any CI that can run NPX commands.

Technical

How does the VS Code extension work?

  • Press Cmd+Alt+C to create tests
  • AI analyzes your localhost app
  • Creates secure tunnel for browser automation
  • Results appear in VS Code Test Results panel

What is the MCP server for?

Enables AI agents (like Claude Desktop) to trigger browser tests programmatically.

Is my code sent to DebuggAI servers?

No. We only access your running localhost app via secure tunnels. Source code stays local.

How secure are the tunnels?

  • Encrypted HTTPS connections
  • Temporary, session-based tunnels
  • No persistent access to your environment
  • Automatically closed after testing

Which browsers are supported?

Chromium, Firefox, and WebKit. Tests run in cloud browsers, not locally.

Troubleshooting

Extension not working?

  1. Restart VS Code
  2. Check you're signed in to DebuggAI
  3. Verify localhost app is running
  4. Check firewall/network settings

Tests failing unexpectedly?

  1. Ensure app is fully loaded before testing
  2. Check test description is specific and clear
  3. Review error screenshots in results
  4. Try breaking complex tests into smaller ones

Can't connect to localhost?

  1. Verify app is running: curl localhost:3000
  2. Check port matches VS Code settings
  3. Disable VPN if active
  4. Try different port number

MCP server not starting?

  1. Verify API key is correct
  2. Check Node.js version (16+ required)
  3. Restart Claude Desktop
  4. Review config file syntax

Team Usage

How do multiple developers use DebuggAI?

Each developer:

  1. Installs VS Code extension
  2. Signs in with their DebuggAI account
  3. Tests appear in shared web dashboard
  4. Team can collaborate on results and issues

Can we share test results?

Yes, via the web dashboard at app.debugg.ai. Team members can view, comment, and track issues.

How does billing work for teams?

  • Individual plans: Each developer pays separately
  • Enterprise plans: Per-user billing with team management
  • Shared test quotas and results

Can we integrate with Slack/Teams?

Yes, set up notifications in project settings for test failures, summaries, and critical issues.

Advanced

Can I customize test behavior?

Yes, through VS Code settings:

  • Test timeout values
  • Browser selection
  • Viewport dimensions
  • Retry logic

How does commit-based testing work?

  1. Enable in VS Code settings
  2. AI analyzes code changes on commit
  3. Generates relevant tests automatically
  4. Optional: Block commits if tests fail

Can I export test results?

Yes, download screenshots, videos, and reports from the web dashboard.

API access for custom integrations?

Available in Professional and Enterprise plans. Use for custom CI/CD integrations.

Limitations

What can't DebuggAI test?

  • File uploads (coming soon)
  • Complex drag-and-drop interactions
  • Third-party iframe content
  • Native mobile apps (web only)

Are there rate limits?

  • Starter: 100 tests/month
  • Professional: Unlimited tests
  • Enterprise: Unlimited with priority processing

Browser support limitations?

Tests run in modern browsers only. No IE or very old browser versions.

Support

How do I get help?

  1. In-app chat in VS Code extension (Cmd+L)
  2. Web dashboard help center
  3. GitHub issues for bugs
  4. Email support for Enterprise customers

Feature requests?

Submit via GitHub issues or web dashboard feedback. We prioritize based on user demand.

Status page?

Check status.debugg.ai for system status and planned maintenance.