testLab.ResultStorage class

जांच के नतीजे सेव करने की जगहें.

हस्ताक्षर:

export declare class ResultStorage 

प्रॉपर्टी

प्रॉपर्टी मॉडिफ़ायर टाइप ब्यौरा
gcsPath स्ट्रिंग Google Cloud Storage (GCS) में, टेस्ट आर्टफ़ैक्ट को सेव करने की जगह.
resultsUrl स्ट्रिंग Firebase कंसोल में नतीजों की जांच करने के लिए यूआरएल.
toolProducts एक्ज़ीक्यूशन आईडी स्ट्रिंग टूल के नतीजे लागू करने का वह आईडी, जिस पर विस्तृत TestMatrix के नतीजे लिखे गए हैं.
toolresults HistoryId स्ट्रिंग इन नतीजों वाले टूल के 'खोज नतीजों' के इतिहास का आईडी.

testLab.resultsStorage.gcsPath

Google Cloud Storage (GCS) में, टेस्ट आर्टफ़ैक्ट को सेव करने की जगह.

हस्ताक्षर:

gcsPath?: string;

testLab.resultsStorage.resultsUrl

Firebase कंसोल में नतीजों की जांच करने के लिए यूआरएल.

हस्ताक्षर:

resultsUrl?: string;

TestLab.resultsStorage.toolresults प्रोसेस के आईडी

टूल के नतीजे लागू करने का वह आईडी, जिस पर विस्तृत TestMatrix के नतीजे लिखे गए हैं.

हस्ताक्षर:

toolResultsExecutionId?: string;

TestLab.resultsStorage.toolresultshistoryId

इन नतीजों वाले टूल के 'खोज नतीजों' के इतिहास का आईडी.

हस्ताक्षर:

toolResultsHistoryId?: string;