UNPKG

systelab-components-wdio-test

Version:
8 lines (7 loc) 371 B
export declare class ReportUtility { static setDescription(description: string): void; static setFeature(feature: string): void; static addLabel(label: string, value: string): void; static addLink(url: string, name: string, type: string): void; static addExpectedResult(description: string, expectationFunction: () => Promise<void>): Promise<void>; }