UNPKG

cucumber-html-report-generator

Version:

Generate beautiful cucumberjs html reports for multiple instances (browsers / devices)

16 lines 449 B
import type { ReportDisplay } from '../common/application-properties'; import type { Scenario } from './scenario'; export interface ScenariosTemplates { scenarioIndex: number; scenario: Scenario; scenarioId: string; config: ReportDisplay; index: number; tags: string; nameAndResults: string; results: string; steps: string; before: string; after: string; } //# sourceMappingURL=scenario-templates.d.ts.map