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?
- VS Code extension
- DebuggAI account (free tier available)
- 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?
- Restart VS Code
- Check you're signed in to DebuggAI
- Verify localhost app is running
- Check firewall/network settings
Tests failing unexpectedly?
- Ensure app is fully loaded before testing
- Check test description is specific and clear
- Review error screenshots in results
- Try breaking complex tests into smaller ones
Can't connect to localhost?
- Verify app is running:
curl localhost:3000
- Check port matches VS Code settings
- Disable VPN if active
- Try different port number
MCP server not starting?
- Verify API key is correct
- Check Node.js version (16+ required)
- Restart Claude Desktop
- Review config file syntax
Team Usage
How do multiple developers use DebuggAI?
Each developer:
- Installs VS Code extension
- Signs in with their DebuggAI account
- Tests appear in shared web dashboard
- 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?
- Enable in VS Code settings
- AI analyzes code changes on commit
- Generates relevant tests automatically
- 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?
- In-app chat in VS Code extension (
Cmd+L
) - Web dashboard help center
- GitHub issues for bugs
- 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.