Optional arguments that can, but do not have to be, passed to a step execution function.
An optional callback function that is invoked right after the execution of a step.
The return value of the step's execution function is passed to the callback function as a single parameter.
The step callback function can be used to retrieve and validate the state of the application right after the execution of a step.
A short description of the interactions a step performs with the tested application.
Generated using TypeDoc
IOptStepParams are supposed to be used as the parameters of a step creation function if a step does not require any or only optional arguments.
ArgsType defines the type of the step arguments passed to the execution function.
ReturnType defines the return type of the execution function.