Skip to content

Variable: step

@termwright/test


@termwright/test / step

const step: StepRunner

Defined in: test/src/fixtures.ts:820

Runs body as a named step: a marker in the recording, a step event in the trace, and a labelled section in the HTML report.

This is the free-standing form, used by test.step(); it attaches to the the current AttemptId installed by the exact runner, so it remains correct under test.concurrent, including duplicate authored titles.