Skip to content

Running Tests

Overview

You can run tests in VibeTesting in two execution modes:

  • Exploration — the agent chooses safe next actions
  • Scripted — you define steps in plain English

Both modes run in the cloud and produce a results summary. You can also enable an email report that includes screenshots.


Quick setup flow

  1. Sign up / log in
  2. Under Application, enter your application URL
  3. Open the Agent page
  4. Start a run (Exploration or Scripted)

Choose an execution mode

Running-tests screenshot

Example: Starting an Exploration run - the agent asks for login, focus areas, number of flows, steps, and whether to send a final report by email.

Use exploration when you want:

  • Fast sanity validation
  • Broad coverage without writing steps
  • Automatic discovery of obvious UI/flow issues

Continue: Running Tests → Exploration Mode

Scripted journeys

Use scripted mode when you want:

  • Repeatable regression checks
  • Known “happy-path” flows (for example: login → dashboard → checkout)
  • Precise, step-by-step verification

Continue: Running Tests → Scripted Journeys


Suites and reruns

  • Group runs into suites
  • Re-run by suite name any time
  • Use reruns to validate fixes and catch regressions

Example suite names:

  • Checkout process
  • Adding new items
  • Sanity before release

Coming soon

  • Scheduling runs ahead of time
  • Parallel suite runs (when enabled) to shorten feedback loops