المواقع الجغرافية التي يتم فيها تخزين نتائج الاختبار
Signature:
export interface ResultStorage
أماكن إقامة
الموقع | النوع | الوصف |
---|---|---|
gcsPath | السلسلة | الموقع الجغرافي في Google Cloud Storage حيث تتم كتابة نتائج الاختبار إليه في النموذج "gs://bucket/path/to/somewhere". |
resultsUri | السلسلة | معرّف موارد منتظم (URI) لنتائج الاختبار في "وحدة تحكُّم الويب في Firebase". |
أداة تنفيذ النتائج | السلسلة | مرجع تنفيذ نتائج الأداة الذي يحتوي على نتائج الاختبار. التنسيق هو 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".
Signature:
gcsPath: string;
testLab.ResultStorage.resultsUri
معرّف موارد منتظم (URI) لنتائج الاختبار في "وحدة تحكُّم الويب في Firebase".
Signature:
resultsUri: string;
testLab.ResultStorage.toolResultsExecution
مورد تنفيذ نتائج الأداة الذي يحتوي على نتائج الاختبار. التنسيق هو projects/{project_id}/histories/{history_id}/executions/{execution_id}
. اختياري، يمكن حذفه في حالات الاختبار الخاطئة. يمكنك الاطّلاع على https://firebase.google.com/docs/test-lab/reference/toolresults/rest للحصول على مزيد من المعلومات.
Signature:
toolResultsExecution: string;
testLab.ResultStorage.toolResultsHistory
مورد سجل نتائج الأداة الذي يحتوي على نتائج الاختبار. التنسيق هو projects/{project_id}/histories/{history_id}
. يمكنك الاطّلاع على https://firebase.google.com/docs/test-lab/reference/toolresults/rest للحصول على مزيد من المعلومات.
Signature:
toolResultsHistory: string;