Skip to main content
Module paths resolve relative to the YAML file that contains the step. Inputs override the module’s defaultParameters for this invocation. Inputs accept three shapes: raw JavaScript expressions (the default), { string: ... } for explicit literals, and { javascript: ... } for explicit expressions.

Parameters

Shorthand

Module path as a single string. Use when the module needs no inputs.

Examples

Notes

Module paths must not start with file://. Use a plain relative path. Inputs accept three shapes: a raw value (interpreted as a JavaScript expression, e.g. env.QA_EMAIL), { string: "literal" }, or { javascript: "expr" }.