UNPKG

testcafe-reporter-cucumber-json

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