Variable: step
@termwright/test / step
Variable: step
Section titled “Variable: step”
conststep: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.