UNPKG

yachr

Version:

Yet another cucumber html reporter

8 lines (7 loc) 174 B
import { ITableRow } from './tableRow'; /** * Represents a set of arguments provided to the Scenario Step call */ export interface IStepArgument { rows: ITableRow[]; }