Execution

The one action whose result you want to verify — an HTTP request or a CLI command. Spark captures the full response for your assertions.

Execution Overview

How execution works, isolation model, and choosing between HTTP and CLI.

HTTP Execution

Send requests to API endpoints and capture responses.

CLI Execution

Run commands inside containers and capture exit code, stdout, and stderr.