testLab.ClientInfo interface

Informacje o kliencie, który wywołał test.

Podpis:

export interface ClientInfo 

Nieruchomości

Nieruchomość Typ Opis
klient strunowy Nazwa klienta, na przykład „gcloud”.
Detale Rekord<ciąg, ciąg> Mapa szczegółowych informacji o kliencie.

testLab.ClientInfo.client

Nazwa klienta, na przykład „gcloud”.

Podpis:

client: string;

testLab.ClientInfo.details

Mapa szczegółowych informacji o kliencie.

Podpis:

details: Record<string, string>;