Class MochaAllureReporter

Hierarchy

  • Base
    • MochaAllureReporter

Constructors

  • Parameters

    • runner: ParallelRunner
    • opts: MochaOptions

    Returns MochaAllureReporter

Properties

coreReporter: any
failures: Test[]

Test failures

onFailed: any
onHookEnd: any
onHookStart: any
onPassed: any
onPending: any
onSuite: any
onSuiteEnd: any
onTest: any
opts: MochaOptions
runner: ParallelRunner
stats: Stats

Test run statistics

Methods

  • Parameters

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

          • failures: number

          Returns void

    Returns void

Generated using TypeDoc