UNPKG

cucumber-html-report-generator

Version:

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

10 lines 271 B
import type * as Models from '../models'; import type { ObjectID } from 'bson'; export interface Reports { title: string; result: Models.Result[]; executionDateTime: string; _id: ObjectID; resultsJoined: string; } //# sourceMappingURL=Reports.d.ts.map