OptionaldescriptionDescription of the scenario. Printed together with the report.
Function to generate a report for the scenario. Printed as is.
Function to check if scenario is completed, e.g. call a service API and return true or false based on response.
Function that will be repeatedly executed as many times as defined in runnerConfig.iterations.
Configuration to fine-tune how scenario is executed.
Function to set up initial data that can be reused by other scenario functions.
Function to cleanup after scenario is completed.
Configuration for the
runScenariofunction.