UNPKG

systelab-components-wdio-test

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