MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / opts

Method opts

lib/step/config.js:33–36  ·  view source on GitHub ↗

* Set the options for the step. * @param {StepOptions} opts - The options for the step. * @returns {StepConfig} - The step configuration object.

(opts)

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected