testLab.ResultStorage interface

الأماكن التي يتم فيها تخزين نتائج الاختبار.

إمضاء:

export interface ResultStorage 

ملكيات

ملكية يكتب وصف
com.gcsPath خيط الموقع في Google Cloud Storage حيث تتم كتابة نتائج الاختبار. في النموذج "gs://bucket/path/to/somewhere".
resultsUri خيط URI لنتائج الاختبار في Firebase Web Console.
toolResultsExecution خيط أداة تنفيذ النتائج التي تحتوي على نتائج الاختبار. التنسيق هو projects/{project_id}/histories/{history_id}/executions/{execution_id} . اختياري، يمكن حذفه في حالات الاختبار الخاطئة. راجع https://firebase.google.com/docs/test-lab/reference/toolresults/rest لمزيد من المعلومات.
toolResultsHistory خيط مورد سجل نتائج الأداة الذي يحتوي على نتائج الاختبار. التنسيق هو projects/{project_id}/histories/{history_id} . راجع https://firebase.google.com/docs/test-lab/reference/toolresults/rest لمزيد من المعلومات.

testLab.ResultStorage.gcsPath

الموقع في Google Cloud Storage حيث تتم كتابة نتائج الاختبار. في النموذج "gs://bucket/path/to/somewhere".

إمضاء:

gcsPath: string;

testLab.ResultStorage.resultsUri

URI لنتائج الاختبار في Firebase Web Console.

إمضاء:

resultsUri: string;

testLab.ResultStorage.toolResultsExecution

أداة تنفيذ النتائج التي تحتوي على نتائج الاختبار. التنسيق هو projects/{project_id}/histories/{history_id}/executions/{execution_id} . اختياري، يمكن حذفه في حالات الاختبار الخاطئة. راجع https://firebase.google.com/docs/test-lab/reference/toolresults/rest لمزيد من المعلومات.

إمضاء:

toolResultsExecution: string;

testLab.ResultStorage.toolResultsHistory

مورد سجل نتائج الأداة الذي يحتوي على نتائج الاختبار. التنسيق هو projects/{project_id}/histories/{history_id} . راجع https://firebase.google.com/docs/test-lab/reference/toolresults/rest لمزيد من المعلومات.

إمضاء:

toolResultsHistory: string;