Mandatory arguments that a step requires in order to be executed.
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
IStepParams are supposed to be used as the parameters of a step creation function if a step requires mandatory step arguments.
ArgsType defines the type of the step arguments passed to the execution function.
ReturnType defines the return type of the execution function.