Generate, smoke-test, run, and summarize a load test in one call
run_full_testRun an entire load test from plan to metrics: generate script, smoke test, execute test, and fetch performance results in one go.
Instructions
Convenience tool that chains generate_k6_script -> smoke_test_script -> run_load_test -> get_test_metrics. Use the granular tools instead when you want to inspect/adjust the script between steps, or re-run the same script with different load without regenerating it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes |