testLab.ResultStorage interface

वे स्थान जहां परीक्षण परिणाम संग्रहीत किए जाते हैं।

हस्ताक्षर:

export interface ResultStorage 

गुण

संपत्ति प्रकार विवरण
gcsPath डोरी Google क्लाउड स्टोरेज में वह स्थान जहां परीक्षण परिणाम लिखे जाते हैं। "gs://bucket/path/to/somewhere" फ़ॉर्म में।
परिणामउरी डोरी फायरबेस वेब कंसोल में परीक्षण परिणामों का यूआरआई।
टूलपरिणाम निष्पादन डोरी उपकरण परिणाम निष्पादन संसाधन जिसमें परीक्षण परिणाम शामिल हैं। प्रारूप है projects/{project_id}/histories/{history_id}/executions/{execution_id} वैकल्पिक, ग़लत परीक्षण स्थितियों में छोड़ा जा सकता है। अधिक जानकारी के लिए https://firebase.google.com/docs/test-lab/reference/toolresults/rest देखें।
टूलपरिणामइतिहास डोरी टूल परिणाम इतिहास संसाधन जिसमें परीक्षण परिणाम शामिल हैं। प्रारूप projects/{project_id}/histories/{history_id} है। अधिक जानकारी के लिए https://firebase.google.com/docs/test-lab/reference/toolresults/rest देखें।

testLab.ResultStorage.gcsPath

Google क्लाउड स्टोरेज में वह स्थान जहां परीक्षण परिणाम लिखे जाते हैं। "gs://bucket/path/to/somewhere" फ़ॉर्म में।

हस्ताक्षर:

gcsPath: string;

testLab.ResultStorage.resultsUri

फायरबेस वेब कंसोल में परीक्षण परिणामों का यूआरआई।

हस्ताक्षर:

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;