UNPKG

yachr

Version:

Yet another cucumber html reporter

8 lines (7 loc) 127 B
/** * Defines a tag as defined in the Gherkin specification */ export interface ITag { name: string; line: number; }