Skip to main content

Generation Failed

AI generation runs as a cloud agent. It can fail because the agent cannot reach the target site, your workspace is out of credits, a referenced secret is missing, or the feature instructions do not give the agent enough context.

First Checks

  1. Open the failed generation in TestVibe.
  2. Read the visible failure message and any completed sections.
  3. Confirm the target site URL is correct and reachable.
  4. Confirm your workspace has enough credits in Settings → Billing.
  5. Confirm any {{secret:NAME}} or {{var:NAME}} tokens in the feature match entries in Settings → Variables & Secrets.
  6. For private apps, confirm the project's tunnel device is online.

Common Causes

CauseWhat to check
Insufficient creditsCheck your balance in Settings → Billing and top up if needed.
Site unreachableConfirm the URL; for private apps, check the tunnel device.
Secret token not foundAdd the named entry in Settings → Variables & Secrets.
Login or test data missingAdd secrets and prerequisite steps.
Vague feature instructionsImprove the Gherkin scenario with visible actions and expected outcomes.
Agent or model misconfiguredReview the agent, model, and reasoning effort in Settings → AI Model.

When Output Is Partial

Sometimes generation fails after producing useful notes, a feature draft, or a partial test file. Review the output before retrying. It may tell you exactly which selector, page, credential, or requirement was unclear.

Retry Or Edit First

SituationBest next action
Temporary network or environment issueRetry after the environment is healthy.
Missing secret or creditFix setup, then regenerate.
Feature is too broadSplit it into smaller scenarios, then regenerate.
Test intent is unclearEdit the Gherkin, then regenerate.
Generated code is close but wrongEdit the test or refine instructions before regenerating.