UNPKG

cucumber-html-report-generator

Version:

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

14 lines 280 B
export interface ResponseBody { data: results[]; htmlreport: string; reportInsertionResult: boolean; reportId?: string; } interface results { value: string; } export interface Response { reportId: string; } export {}; //# sourceMappingURL=response.d.ts.map