Skip to main content

Load Testing

Load Testing is its own section in the navigation rail, separate from functional Runs. A load test runs in one of two modes: Simple — concurrent browser users replay your generated feature tests and time every step — or Advanced — protocol-level k6 load with a configurable profile and pass/fail threshold gates, with the k6 script generated for you. Either way, the run dispatches to the cloud load fleet and charts results live.

Load test configuration

What You Can Do

TaskUse it for
Create a load testPick journeys, a target URL, and a load profile.
Review the generated k6 scriptSee exactly what will run before you start it.
Run under loadDispatch the test to the cloud load fleet with one click.
Watch live resultsLatency percentiles, throughput, virtual users, and error rate update while the run executes.
Gate on thresholdsFail the run automatically when a latency or error-rate gate is exceeded.
Summarize or exportAsk AI for a plain-English summary, or export JSON/CSV results.
Automate from CI or AI toolsList and dispatch load tests over the CLI, REST API, or MCP server.

How It Relates To Functional Runs

Functional runs prove that a journey works once. Load tests replay the same journeys — alongside optional protocol-level traffic — many times in parallel to prove the application stays fast and correct under pressure. Journeys need a generated test before they can be used in a load test.