Expand description
Traits and structs for defining custom scenarios.
A scenario is a user-defined set of actions that can be run in the Odra CLI. If you want to run a custom scenario that calls multiple entry points, you need to implement the Scenario and ScenarioMetadata traits.
Structs§
- Args
- ScenarioArgs is a struct that represents the arguments passed to a scenario.
Enums§
- Error
- ScenarioError is an enum representing the different errors that can occur when running a scenario.
Traits§
- Scenario
- Scenario is a trait that represents a custom scenario.
- Scenario
Metadata - ScenarioMetadata is a trait that represents the metadata of a scenario.