private printFailedStep(finishTime: Date): void {
    this.printer.drawRow([
      { text: ' ' },
      { text: ` FAIL `, style: chalk.bgHex(theme.failureContrastColor).bold },
      { text: ` ${this.solveDuration(this.lastStepTime, finishTime)}` },