Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Progress

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • runner: IRunner
    • Optional options: object
      • Optional close?: string

        String used to indicate the end of the progress bar.

      • Optional complete?: string

        String used to indicate a complete test on the progress bar.

      • Optional incomplete?: string

        String used to indicate an incomplete test on the progress bar.

      • Optional open?: string

        String used to indicate the start of the progress bar.

    Returns Progress

Properties

stats

stats: object

Type declaration

  • failures: number
  • passes: number
  • pending: number
  • suites: number
  • tests: number

Generated using TypeDoc