logo
Expand description

Default Runner implementation.

Structs

Default Runner implementation which follows order guarantees from the Runner trait docs.
CLI options of a Basic Runner.
Options for retrying Scenarios.
RetryOptions with an Optional Instant to determine, whether Scenario should be already rescheduled or not.

Enums

Type determining whether Scenarios should run concurrently or sequentially.

Type Definitions

Alias for fn executed on each Scenario after running all Steps.
Alias for fn executed on each Scenario before running all Steps.
Alias for Boxed Fn used to determine Scenario’s RetryOptions.
Alias for fn used to determine whether a Scenario is Concurrent or a Serial one.