The custom reporter. Prints source infos of failing tests on the console.

Hierarchy

  • Spec
    • Reporter

Properties

Methods

Constructors

Properties

stats: Stats

Test run statistics

failures: Test[]

Test failures

runner: Runner

The configured runner

Methods

  • Parameters

    • failures: number
    • Optional fn: ((failures: number) => void)
        • (failures: number): void
        • Parameters

          • failures: number

          Returns void

    Returns void

Constructors

  • Constructor.

    Parameters

    • runner: Runner

      The runner.

    Returns Reporter

Generated using TypeDoc