chaperon v0.3.1 Chaperon.Action.RunScenario View Source

Action that runs a Chaperon.Scenario module from the current session.

Link to this section Summary

Link to this section Types

Link to this type

scheduler()

View Source
scheduler() :: :local | :cluster
Link to this type

t()

View Source
t() :: %Chaperon.Action.RunScenario{
  config: map(),
  id: String.t(),
  pid: pid(),
  scenario: Chaperon.Scenario.t(),
  scheduler: scheduler()
}

Link to this section Functions

Link to this function

new(scenario, config, scheduler)

View Source