TestingAI
TestingAI runs multi-agent headless browser testing (Playwright/Chromium) on the Sublyzer backend, producing logs, videos and visual analysis.
Where to run TestingAI
- Open your Integration dashboard
- Go to the TestingAI tab
- Set the Target URL
- Click Run
Controls (Agents, Pages, Clicks)
TestingAI uses guardrails to keep runs predictable:
- Agents: number of parallel agents
- Max Pages: how many pages each agent can visit
- Max Clicks: how many actions each agent can perform
API (example):
POST /ai/swarm/run
Authorization: Bearer YOUR_TOKEN
Content-Type: application/json
{
"integrationId": "INTEGRATION_ID",
"agents": 8,
"targetUrl": "https://www.example.com",
"maxPages": 3,
"maxClicks": 10
}Outputs (Videos, Logs, Analysis)
- Execution logs streamed live (SSE)
- Agent videos (one per agent)
- Visited pages list
- Visual/UX analysis summary
Important: TestingAI is not real users
TestingAI traffic uses a distinct User‑Agent so you can exclude it from real-user charts.
User-Agent: TestingAI Sublyzer/agent-1
Need help? Join our Discord.