Smoke-test a generated k6 script
smoke_test_scriptRun a 1-VU, 1-iteration smoke test to catch k6 script syntax and runtime errors before running a full load test. Validates the script quickly to save time and resources.
Instructions
Runs the script for 1 VU / 1 iteration to catch syntax or runtime errors fast, before committing to a full load test. Always call this before run_load_test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runDir | Yes | runDir returned by generate_k6_script |