testLab.ResultStorage interface

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

İmza:

export interface ResultStorage 

Özellikler

Mülk Tip Tanım
gcsPath sicim Google Cloud Storage'da test sonuçlarının yazıldığı konum. "gs://bucket/path/to/somewhere" biçiminde.
sonuçlarUri sicim Firebase Web Konsolu'ndaki test sonuçlarının URI'si.
araçSonuçlarYürütme sicim Test sonuçlarını içeren Araç Sonuçları yürütme kaynağı. Biçim şu şekildedir projects/{project_id}/histories/{history_id}/executions/{execution_id} . İsteğe bağlı, hatalı test durumlarında ihmal edilebilir. Daha fazla bilgi için https://firebase.google.com/docs/test-lab/reference/toolresults/rest adresine bakın.
araçSonuçlarGeçmiş sicim Test sonuçlarını içeren Araç Sonuçları geçmişi kaynağı. Biçim şu şekildedir projects/{project_id}/histories/{history_id} . Daha fazla bilgi için https://firebase.google.com/docs/test-lab/reference/toolresults/rest adresine bakın.

testLab.ResultStorage.gcsPath

Google Cloud Storage'da test sonuçlarının yazıldığı konum. "gs://bucket/path/to/somewhere" biçiminde.

İmza:

gcsPath: string;

testLab.ResultStorage.resultsUri

Firebase Web Konsolu'ndaki test sonuçlarının URI'si.

İmza:

resultsUri: string;

testLab.ResultStorage.toolResultsExecution

Test sonuçlarını içeren Araç Sonuçları yürütme kaynağı. Biçim şu şekildedir projects/{project_id}/histories/{history_id}/executions/{execution_id} . İsteğe bağlı, hatalı test durumlarında ihmal edilebilir. Daha fazla bilgi için https://firebase.google.com/docs/test-lab/reference/toolresults/rest adresine bakın.

İmza:

toolResultsExecution: string;

testLab.ResultStorage.toolResultsHistory

Test sonuçlarını içeren Araç Sonuçları geçmişi kaynağı. Biçim şu şekildedir projects/{project_id}/histories/{history_id} . Daha fazla bilgi için https://firebase.google.com/docs/test-lab/reference/toolresults/rest adresine bakın.

İmza:

toolResultsHistory: string;