UNPKG

aft-mocha-reporter

Version:

Automated Functional Testing (AFT) Reporter for use with Mocha Test Framework

14 lines (13 loc) 408 B
import * as Mocha from 'mocha'; import { AftConfig } from 'aft-core'; /** * this reporter integrates the Automated Functional Testing (AFT) * library into Mocha */ export declare class AftMochaReporter extends Mocha.reporters.Base { private _aftCfg; constructor(runner: Mocha.Runner); get aftCfg(): AftConfig; set aftCfg(aftCfg: AftConfig); addListeners(runner: Mocha.Runner): void; }