function Test.Category Category(stack: Frame[],state: State,icon: string,color: Fn<[string], string>,label?: string,): Category Define result category. Parameters stack: Frame[] state: State icon: string color: Fn<[string], string> optional label: string = state Return Type Category
type alias Test.Category Collects test results. Definition Fn<[Step], Result> & { icon: string; label: string; color: Fn<[string], string>; results: Result[]; }