OptionalagentAgent/system version being tested
OptionalconfigOverride test configuration
OptionaldryValidate configuration without executing
OptionalenvironmentEnvironment context (dev, staging, prod)
OptionalgitGit commit SHA for versioning
OptionallogLog callback for streaming execution details to the test run log
OptionalprogressProgress callback for real-time updates
OptionalrepeatOverride the test's RepeatCount field at runtime. Useful for flaky-test detection: forces every test in the run to execute N times so the suite runner can compute score variance. If undefined, the test's own RepeatCount is used.
OptionaltagsTags to apply to the test run (JSON string array)
OptionalvariablesVariable values to use for this run. These values take highest priority in the resolution order: run > suite > test > type
OptionalverboseVerbose logging
Options for running a single test