testLab.ResultStorage class

Test sonuçlarının saklandığı konumlar.

İmza:

export declare class ResultStorage 

Özellikler

Özellik Değiştiriciler Tür Açıklama
gcsPath dize Test yapıları için Google Cloud Storage (GCS) içindeki bir depolama konumu.
resultsUrl dize Firebase Konsolu'nda sonuçların test edileceği URL.
toolResultsExecutionId dize Ayrıntılı TestMatrix sonuçlarının yazıldığı ToolResults yürütmesinin kimliği.
toolResultsHistoryId dize Bu sonuçları içeren ToolResults Geçmişi'nin kimliği.

testLab.ResultStorage.gcsPath

Test yapıları için Google Cloud Storage (GCS) içindeki bir depolama konumu.

İmza:

gcsPath?: string;

testLab.ResultStorage.resultsUrl

Firebase Konsolu'nda sonuçların test edileceği URL.

İmza:

resultsUrl?: string;

testLab.ResultStorage.toolResultsExecutionId

Ayrıntılı TestMatrix sonuçlarının yazıldığı ToolResults yürütmesinin kimliği.

İmza:

toolResultsExecutionId?: string;

testLab.ResultStorage.toolResultsHistoryId

Bu sonuçları içeren ToolResults Geçmişi'nin kimliği.

İmza:

toolResultsHistoryId?: string;