karma-allure2-reporter
Version:
A Karma reporter for generating Allure 2 test results.
10 lines (9 loc) • 365 B
TypeScript
import { KarmaAllure2ReporterConfig } from './model';
declare function KarmaAllure2Reporter(baseReporterDecorator: any, config: KarmaAllure2ReporterConfig, logger: any): void;
declare namespace KarmaAllure2Reporter {
var $inject: string[];
}
declare const _default: {
'reporter:allure': (string | typeof KarmaAllure2Reporter)[];
};
export default _default;