UNPKG

cucumber-html-report-generator

Version:

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

14 lines (12 loc) 218 B
export interface ResponseBody{ data: results[]; htmlreport: string; reportInsertionResult: boolean; reportId?: string; } interface results{ value: string; } export interface Response { reportId: string; }