this.printer.drawRow([
      { blank: true },
      { text: ' FAIL ', style: chalk.bgHex(theme.failureContrastColor).bold },
      { text: ` ${this.solveDuration(this.pipilineStartTime, finishTime)}` },
      { blank: true }