UNPKG

playwright-trx-reporter

Version:

TRX reporter for playwright

7 lines (6 loc) 283 B
import { IDSimpleType } from './trxModel'; export declare const computerName: string; export declare const userName: string; export declare const runUser: string; export declare function createUuid(): IDSimpleType; export declare function convertPwId2Uuid(id: string): IDSimpleType;