Commands
mockpoint provides commands for executing test scenarios.
run <scenario>
Execute a test scenario from a YAML file.
Arguments
<scenario>— Path to the scenario YAML file
Examples
bash
# Basic scenario execution
mockpoint run scenarios/basic.yaml
# With JSON logging
mockpoint run scenarios/load-test.yaml --json
# Remote scenario file
mockpoint run /opt/scenarios/production-test.yamlRelated Topics
Was this page helpful?