Skip to content

Commit

Permalink
Provide a way for a scenario to detect that the scenario is ending. #681
Browse files Browse the repository at this point in the history
  • Loading branch information
AntyaDev committed Jun 20, 2024
1 parent e730160 commit bdffdeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NBomber.Contracts/Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ type ScenarioProps = {
ScenarioName: string
Init: (IScenarioInitContext -> Task) option
Clean: (IScenarioInitContext -> Task) option
Finish: (IScenarioInitContext -> Task) option
Run: (IScenarioContext -> Task<IResponse>) option
WarmUpDuration: TimeSpan option
LoadSimulations: LoadSimulation list
Expand Down

0 comments on commit bdffdeb

Please sign in to comment.