ऐसी जगहें जहां जांच के नतीजे सेव किए जाते हैं.
हस्ताक्षर:
export interface ResultStorage
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
---|---|---|
gcsPath | स्ट्रिंग | Google Cloud Storage में वह जगह जहां जांच के नतीजे लिखे जाते हैं. "gs://bucket/path/to/somewhere" फ़ॉर्म में. |
नतीजे | स्ट्रिंग | Firebase वेब कंसोल में, जांच के नतीजों का यूआरआई. |
toolनतीजे एक्ज़ीक्यूशन | स्ट्रिंग | टूल के नतीजे लागू करने का संसाधन, जिसमें जांच के नतीजे शामिल हैं. फ़ॉर्मैट projects/{project_id}/histories/{history_id}/executions/{execution_id} है. ज़रूरी नहीं, इसे टेस्ट की गलत स्थितियों में छोड़ा जा सकता है. ज़्यादा जानकारी के लिए, https://firebase.google.com/docs/test-lab/reference/toolresults/rest देखें. |
toolRESULTSइतिहास | स्ट्रिंग | टूल के नतीजों के इतिहास का संसाधन, जिसमें जांच के नतीजे शामिल हैं. फ़ॉर्मैट projects/{project_id}/histories/{history_id} है. ज़्यादा जानकारी के लिए, https://firebase.google.com/docs/test-lab/reference/toolresults/rest देखें. |
testLab.resultsStorage.gcsPath
Google Cloud Storage में वह जगह जहां जांच के नतीजे लिखे जाते हैं. "gs://bucket/path/to/somewhere" फ़ॉर्म में.
हस्ताक्षर:
gcsPath: string;
testLab.resultStorage.resultsUri
Firebase वेब कंसोल में, जांच के नतीजों का यूआरआई.
हस्ताक्षर:
resultsUri: string;
TestLab.resultsStorage.toolresults प्रोसेस
टूल के नतीजे लागू करने का संसाधन, जिसमें जांच के नतीजे शामिल हैं. फ़ॉर्मैट projects/{project_id}/histories/{history_id}/executions/{execution_id}
है. ज़रूरी नहीं, इसे टेस्ट की गलत स्थितियों में छोड़ा जा सकता है. ज़्यादा जानकारी के लिए, https://firebase.google.com/docs/test-lab/reference/toolresults/rest देखें.
हस्ताक्षर:
toolResultsExecution: string;
testLab.नतीजेStorage.toolresultsइतिहास
टूल के नतीजों के इतिहास का संसाधन, जिसमें जांच के नतीजे शामिल हैं. फ़ॉर्मैट projects/{project_id}/histories/{history_id}
है. ज़्यादा जानकारी के लिए, https://firebase.google.com/docs/test-lab/reference/toolresults/rest देखें.
हस्ताक्षर:
toolResultsHistory: string;