mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-03 22:03:12 +00:00
869 B
869 B
Running Scenarios
Running a scenario follows the same conceptual flow regardless of environment:
- Select or author a scenario plan that pairs a topology with workloads, expectations, and a suitable run window.
- Choose a deployer aligned with your environment (local, compose, or k8s) and ensure its prerequisites are available.
- Deploy the plan through the deployer, which provisions infrastructure and returns a runner.
- The runner orchestrates workload execution for the planned duration; keep observability signals visible so you can correlate outcomes.
- The runner evaluates expectations and captures results as the primary pass/fail signal.
Use the same plan across different deployers to compare behavior between local development and CI or cluster settings. For environment prerequisites and flags, see Operations.