Setup

Preparation steps that run after services are healthy but before the actual test execution. Seed a database, clear a cache, create test users.

Setup Overview

How setup works, step ordering, and mixing HTTP with CLI steps.

HTTP Setup

Call API endpoints to prepare state before your test runs.

CLI Setup

Run shell commands inside service containers — migrations, seeding, cache clearing.