Information about the client which invoked the test.
Signature:
export interface ClientInfo
Properties
Property | Type | Description |
---|---|---|
client | string | Client name, such as "gcloud". |
details | Record<string, string> | Map of detailed information about the client. |
testLab.ClientInfo.client
Client name, such as "gcloud".
Signature:
client: string;
testLab.ClientInfo.details
Map of detailed information about the client.
Signature:
details: Record<string, string>;