UNPKG

cucumber-html-report-generator

Version:

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

11 lines (9 loc) 224 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; }