systelab-components-wdio-test
Version:
Widgets to be use in the E2E Tests based in WDIO
10 lines (9 loc) • 356 B
TypeScript
export declare class TraceabilityUtility {
private static coveredSpecs;
static registerCoveredSpecs(specList: string[]): void;
static addCoveredSpecs(specsList: string[]): void;
static clearCoveredSpecs(): void;
static dumpCoveredSpecs(): void;
static getCoveredSpecsPrettyString(): string;
static hasCoveredSpecs(): boolean;
}