testcafe-reporter-cucumber-json
Version:
Cucumber JSON TestCafe reporter plugin.
6 lines (5 loc) • 391 B
TypeScript
import { ReporterlPluginHost } from './reporter-interface';
export declare const nativeWrite: (text: string) => ReporterlPluginHost;
export declare const nativeSetIndent: (val: number) => ReporterlPluginHost;
export declare const nativeNewLine: () => ReporterlPluginHost;
export declare const nativeFormatError: (err: import("./reporter-interface").CallsiteError, prefix: string) => string;