Skip to main content

Standard Mode

Standard mode is faster and more direct. The agent goes straight to implementation without an extended planning phase. Pipeline stages:
Implementation → Review → Checksumify → Verify
Best for:
  • Well-defined test flows with clear steps
  • Straightforward applications
  • When you want faster turnaround
  • Iterating quickly on test coverage

Deep Mode

Deep mode includes planning, knowledge base analysis, and more thorough review. The agent first interviews you, builds understanding of your app, then implements with that deeper context. Pipeline stages:
Interview/Plan → Knowledge Base Update → Implementation → Review → Checksumify → Verify
Best for:
  • Complex applications with nuanced workflows
  • First-time test generation on a new app
  • Flows that require deep understanding of business logic
  • When quality and coverage matter more than speed

Pipeline Stage Breakdown

StageStandardDeepWhat Happens
Interview/PlanAgent asks questions about your app, creates a detailed plan
Knowledge Base UpdateAgent builds understanding of your app’s architecture and patterns
ImplementationAgent writes the test story and Playwright code
ReviewAgent reviews its own work for quality, correctness, and best practices
ChecksumifyAgent validates tests against the Checksum CLI
VerifyAgent runs the tests to confirm they pass
Healing uses a different pipeline. Standard healing runs Triage → Fix (see Auto-Healing). The stages above apply to detection and generation.
DEEP_VS_STANDARD

All Pipeline Variants

The Deep vs Standard choice applies across all Checksum operations:
OperationStandardDeep
Test GenerationFast generation, direct implementationThorough planning + generation
Test Detection with source codeQuick code analysisDeep code exploration with planning
Test Detection without source codeDirect app explorationExtended exploration with planning
Auto-HealingTriage + FixRoot cause analysis + fix
Default: Standard mode is the default. Choose Deep when you want more thorough results.

When to Switch

ScenarioRecommended Mode
Generating tests for a simple CRUD appStandard
First-time setup on a complex SaaS platformDeep
Healing a few broken selectorsStandard
Healing tests after a major app refactorDeep
Quick detection of obvious user flowsStandard
Comprehensive coverage of a feature areaDeep