Skip to content

Presets & Expert Mode

Swarm QA offers three built-in presets for common scanning scenarios and a fully configurable Expert Mode for fine-grained control.

Preset Comparison

ParameterQuick SmokeStandard ScanDeep Audit
AgentsLink Patrol, Smoke FlowLink Patrol, HTTP Guard, A11y Scout, Smoke Flow, Perf Sentinel, SEO ReconAll 8 agents
Time limit60 seconds180 seconds420 seconds
Page limit5 pages20 pages50 pages
Crawl depth1 level3 levels5 levels
ScreenshotsOffOn error onlyEvery page
AI enrichmentOffOnOn (extended)
Use caseQuick health check, post-deploy verificationRegular quality gate, sprint reviewPre-release audit, compliance check

TIP

Start with Quick Smoke after deployments to catch obvious regressions in under a minute. Reserve Deep Audit for milestone releases where thoroughness matters more than speed.

Selecting a Preset

On the Swarm QA page, choose a preset from the dropdown before clicking Start Scan. The preset pre-fills all configuration fields. You can modify individual settings after selecting a preset — the configuration switches to "Custom" automatically.

Expert Mode

Toggle Expert Mode in the Swarm QA settings panel to unlock full control over every scan parameter:

Agent Selection

Enable or disable individual agents with checkboxes. Each agent can be independently configured:

[x] Link Patrol        timeout: 60s
[x] HTTP Guard          timeout: 45s
[ ] A11y Scout          (disabled)
[x] Smoke Flow          timeout: 30s
[x] Perf Sentinel       timeout: 90s
[ ] SEO Recon           (disabled)
[ ] Form Fuzzer         (disabled)
[ ] API Health          (disabled)

Scan Parameters

ParameterRangeDefault
Max pages1-20020
Crawl depth1-103
Per-agent timeout10s-600s60s
Total scan timeout30s-1800s180s
Screenshot modeOff / On error / Every pageOn error
AI enrichment tokens0-80002000
Concurrent agents1-84

INFO

Setting AI enrichment tokens to 0 disables the AI analysis layer entirely. Findings are still collected, but root-cause analysis and suggested actions are not generated.

Scope Filters

  • Include patterns — only crawl URLs matching a glob (e.g., /app/*, /dashboard/**).
  • Exclude patterns — skip URLs matching a glob (e.g., /admin/*, /api/*).
  • Follow external links — disabled by default. Enable to check third-party resources.

Local-first QA orchestration.