Documentation

From first run to release gate.

Practical guides for connecting a project, describing important journeys, reviewing evidence, and bringing test intelligence into delivery.

Quickstart

Create a project and run your first AI-generated journey.

Browser tests

Model user intent, environments, assertions, and evidence.

API tests

Build chained requests with schema and authorization checks.

Diagnosis

Understand confidence, root cause, and suggested repair actions.

Example specification

journey: guest_checkout
environment: staging
steps:
  - open /store
  - add “Running Shoe”
  - apply “SAVE20”
  - verify order confirmation
Try in workspace