UNPKG

testcafe-reporter-cucumber-json-gherkin-testcafe

Version:
8 lines (7 loc) 219 B
import { CliArgs } from './command-line-args'; export interface ReporterOption { noisyTags: string[]; verbose: boolean; args?: Partial<CliArgs>; } export declare const defaultOptions: ReporterOption;