testcafe-reporter-cucumber-json-gherkin-testcafe
Version:
Cucumber JSON TestCafe reporter plugin for gherkin-testcafe steps.
6 lines (5 loc) • 396 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;