UNPKG

cucumber-html-reporter

Version:

Generates Cucumber HTML reports in three different themes

22 lines (20 loc) 546 B
interface Options { theme: 'bootstrap' | 'hierarchy' | 'foundation' | 'simple', jsonFile?: string, jsonDir?: string, output: string, screenshotsDirectory?: string, reportSuiteAsScenarios: boolean, ignoreBadJsonFile?: boolean, launchReport: boolean, columnLayout?: number, storeScreenshots?: boolean, noInlineScreenshots?: boolean, name?: string, brandTitle?: string, scenarioTimestamp?: boolean, metadata?: { [key: string]: string }, } export function generate(options: Options, callback?: () => void): void