testLab.ResultStorage class
Stay organized with collections
Save and categorize content based on your preferences.
Locations where the test results are stored.
Signature:
export declare class ResultStorage
Properties
Property |
Modifiers |
Type |
Description |
gcsPath |
|
string |
A storage location within Google Cloud Storage (GCS) for the test artifacts. |
resultsUrl |
|
string |
URL to test results in Firebase Console. |
toolResultsExecutionId |
|
string |
Id of the ToolResults execution that the detailed TestMatrix results are written to. |
toolResultsHistoryId |
|
string |
Id of the ToolResults History containing these results. |
testLab.ResultStorage.gcsPath
A storage location within Google Cloud Storage (GCS) for the test artifacts.
Signature:
gcsPath?: string;
testLab.ResultStorage.resultsUrl
URL to test results in Firebase Console.
Signature:
resultsUrl?: string;
Id of the ToolResults execution that the detailed TestMatrix results are written to.
Signature:
toolResultsExecutionId?: string;
testLab.ResultStorage.toolResultsHistoryId
Id of the ToolResults History containing these results.
Signature:
toolResultsHistoryId?: string;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-09-13 UTC.
[null,null,["Last updated 2022-09-13 UTC."],[],[],null,["Locations where the test results are stored.\n\n**Signature:** \n\n export declare class ResultStorage \n\nProperties\n\n| Property | Modifiers | Type | Description |\n|--------------------------------------------------------------------------------------------------------------------|-----------|--------|--------------------------------------------------------------------------------------|\n| [gcsPath](./firebase-functions.testlab.resultstorage.md#testlabresultstoragegcspath) | | string | A storage location within Google Cloud Storage (GCS) for the test artifacts. |\n| [resultsUrl](./firebase-functions.testlab.resultstorage.md#testlabresultstorageresultsurl) | | string | URL to test results in Firebase Console. |\n| [toolResultsExecutionId](./firebase-functions.testlab.resultstorage.md#testlabresultstoragetoolresultsexecutionid) | | string | Id of the ToolResults execution that the detailed TestMatrix results are written to. |\n| [toolResultsHistoryId](./firebase-functions.testlab.resultstorage.md#testlabresultstoragetoolresultshistoryid) | | string | Id of the ToolResults History containing these results. |\n\ntestLab.ResultStorage.gcsPath\n\nA storage location within Google Cloud Storage (GCS) for the test artifacts.\n\n**Signature:** \n\n gcsPath?: string;\n\ntestLab.ResultStorage.resultsUrl\n\nURL to test results in Firebase Console.\n\n**Signature:** \n\n resultsUrl?: string;\n\ntestLab.ResultStorage.toolResultsExecutionId\n\nId of the ToolResults execution that the detailed TestMatrix results are written to.\n\n**Signature:** \n\n toolResultsExecutionId?: string;\n\ntestLab.ResultStorage.toolResultsHistoryId\n\nId of the ToolResults History containing these results.\n\n**Signature:** \n\n toolResultsHistoryId?: string;"]]