testLab.ResultStorage interface

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

İmza:

export interface ResultStorage 

Özellikler

Özellik Tür Açıklama
gcsPath dize Google Cloud Storage'da test sonuçlarının yazıldığı konum. "gs://bucket/path/to/somewhere" biçiminde.
resultsUri dize Firebase Web Konsolu'ndaki test sonuçlarının URI'si.
toolResultsExecution dize Test sonuçlarını içeren Araç Sonuçları yürütme kaynağı. Biçim: projects/{project_id}/histories/{history_id}/executions/{execution_id}. İsteğe bağlı, hatalı test durumlarında atlanabilir. Daha fazla bilgi için https://firebase.google.com/docs/test-lab/reference/toolresults/rest adresini ziyaret edin.
toolResultsHistory dize Test sonuçlarını içeren araç sonuçları geçmişi kaynağı. Biçim: projects/{project_id}/histories/{history_id}. Daha fazla bilgi için https://firebase.google.com/docs/test-lab/reference/toolresults/rest adresini ziyaret edin.

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ına giden URI.

İmza:

resultsUri: string;

testLab.ResultStorage.toolResultsExecution

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

İmza:

toolResultsExecution: string;

testLab.ResultStorage.toolResultsHistory

Test sonuçlarını içeren araç sonuçları geçmişi kaynağı. Biçim: projects/{project_id}/histories/{history_id}. Daha fazla bilgi için https://firebase.google.com/docs/test-lab/reference/toolresults/rest adresini ziyaret edin.

İmza:

toolResultsHistory: string;