* Set the options for the step. * @param {StepOptions} opts - The options for the step. * @returns {StepConfig} - The step configuration object.
(opts)
| 31 | * @returns {StepConfig} - The step configuration object. |
| 32 | */ |
| 33 | opts(opts) { |
| 34 | this.config.opts = opts |
| 35 | return this |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Set the timeout for the step. |
no outgoing calls
no test coverage detected