Lokasi tempat hasil pengujian disimpan.
Tanda Tangan:
export interface ResultStorage
Properti
Properti | Jenis | Deskripsi |
---|---|---|
gcsPath | string | Lokasi di Google Cloud Storage tempat hasil pengujian ditulis. Dalam format "gs://bucket/path/to/somewhere". |
resultsUri | string | URI ke hasil pengujian di Firebase Web Console. |
toolResultsExecution | string | Resource eksekusi Hasil Alat yang berisi hasil pengujian. Format adalah projects/{project_id}/histories/{history_id}/executions/{execution_id} . Opsional, dapat dihilangkan dalam status pengujian yang salah. Lihat https://firebase.google.com/docs/test-lab/reference/toolresults/rest untuk mengetahui informasi selengkapnya. |
toolResultsHistory | string | Resource histori Hasil Alat yang berisi hasil pengujian. Format adalah projects/{project_id}/histories/{history_id} . Lihat https://firebase.google.com/docs/test-lab/reference/toolresults/rest untuk mengetahui informasi selengkapnya. |
testLab.ResultStorage.gcsPath
Lokasi di Google Cloud Storage tempat hasil pengujian ditulis. Dalam format "gs://bucket/path/to/somewhere".
Tanda Tangan:
gcsPath: string;
testLab.ResultStorage.resultsUri
URI ke hasil pengujian di Firebase Web Console.
Tanda Tangan:
resultsUri: string;
testLab.ResultStorage.toolResultsExecution
Resource eksekusi Hasil Alat yang berisi hasil pengujian. Formatnya adalah projects/{project_id}/histories/{history_id}/executions/{execution_id}
. Opsional, dapat dihilangkan dalam status pengujian yang salah. Lihat https://firebase.google.com/docs/test-lab/reference/toolresults/rest untuk mengetahui informasi selengkapnya.
Tanda Tangan:
toolResultsExecution: string;
testLab.ResultStorage.toolResultsHistory
Resource histori Hasil Alat yang berisi hasil pengujian. Formatnya adalah projects/{project_id}/histories/{history_id}
. Lihat https://firebase.google.com/docs/test-lab/reference/toolresults/rest untuk mengetahui informasi selengkapnya.
Tanda Tangan:
toolResultsHistory: string;