Skip to main content

How AI Generation Works

AI generation is the bridge between readable test intent and executable Playwright automation.

TestVibe starts the work from the app, runs it in an isolated cloud session, and shows progress as the session reports back.

The Short Version

  1. You select or create a feature in the Test Suite.
  2. You start generation and confirm the site URL or options.
  3. TestVibe starts a cloud test session.
  4. The selected AI agent works from your feature intent and target site.
  5. TestVibe shows live progress, sections, steps, screenshots, and status.
  6. Generated files are saved to your project.
  7. You review the output and run the test.

Generation Inputs

Generation uses several pieces of context:

InputWhy it matters
Feature intentThe Gherkin or test description tells the agent what behavior to create.
Target site URLThe agent and generated test need to know which application to use.
Website frameworkFramework context helps the agent understand app patterns.
Reasoning effortSet in Settings → AI Model. Controls how thorough generation is and how many credits it uses.
Project settingsGives generation access to paths, secrets, and variables.
Existing test filesHelps generation fit the project's current structure and style.

Generation Outputs

Generation can produce or update:

OutputWhat it is
Feature fileThe .feature file that describes the test intent.
Playwright codeThe executable Playwright .spec.ts test file.
Progress detailsSection and step status shown while generation runs.
Screenshots or previewVisual evidence captured while the agent works.
Run linksLinks to run details or generated output when available.

Live Progress

The generation view can show:

  • an overview of the full generation run
  • background, scenario, and scenario outline sections
  • authored or generated steps
  • section status such as queued, running, finalizing, or failed
  • live preview screenshots when available
  • links to run details, target site, generated paths, or traces

Generation can pause to ask you a question mid-run, which you answer in the drawer.

See Review generation progress.

Where Files Are Saved

Generated output is saved to your project. Feature files usually live under Features/, and generated Playwright code is stored beside or near the feature it belongs to.

For file management details, see Manage generated test files.

What To Do After Generation

After generation succeeds:

  1. Read the generated output.
  2. Confirm it matches the intended behavior.
  3. Run one test before running a full group.
  4. Use results to decide whether to keep, edit, or regenerate.

If generation fails, open the generation details first. The failure may be setup-related rather than a problem with the feature itself.