Runbox. Scenario
(runbox v26.0.0)
View Source
Holds information about scenario.
Instances of this struct are created internally by Runbox. It is documented only because other public APIs may optionally consume this struct.
Summary
Types
@type t() :: %Runbox.Scenario{ manifest: Runbox.Scenario.Manifest.t(), opts: map(), templates: [Runbox.ScenarioTemplate.t()] }