UNPKG

systelab-components-wdio-test

Version:
9 lines (8 loc) 321 B
export declare class TestIdentification { private static appVersion; static setTmsLink(tmsLink: string): void; static setDescription(description: string): void; static setFeature(feature: string): void; static setAppVersion(appVersion: string): void; static captureEnvironment(): Promise<void>; }