Skip to content

Test Dials

Test Dials let you fine-tune AI test generation without writing prompts.

Available Dials

DialOptions
StrategyHappy path, Edge cases, Comprehensive, Exploratory, Regression
WorkflowE2E, Component isolation, Multi-role persona, First-time user, Interruptions
Quality ChecksAccessibility, Security, Performance, Data integrity, Error handling, Responsive, i18n, SEO
Output FormatVerbose, Concise, Gherkin
Test Count1–20 tests per generation
LanguageEnglish, Spanish, French, German, Japanese, Chinese, Portuguese, Hindi

Presets

Presets auto-fill multiple dials at once:

PresetWhat it sets
Smoke TestHappy path + Concise + 3 tests
BDD BlueprintComprehensive + Gherkin + E2E
Security ScanEdge cases + Security + Error handling
Accessibility AuditComprehensive + Accessibility + Responsive

How It Works

  1. Configure dials in the Test Dials tab of the Generate modal
  2. Your config is sent to the backend as a structured JSON object
  3. The server validates the config (blocks prompt injection) and builds the AI prompt
  4. Active dial count shows as a badge on the tab

Persistence

Dial configuration is saved to localStorage and restored on next visit. The active dial count badge updates in real time.

Released under the MIT License.