Skip to content

Packages  ›  trotsky  ›  Step  ›  runHere

Step.runHere() method

Runs all steps in the sequence and returns the current Step instance.

Signature:

typescript
runHere(): Promise<this>;

Returns:

Promise<this>