testLab.ResultStorage interface
Stay organized with collections
Save and categorize content based on your preferences.
Locations where test results are stored.
Signature:
export interface ResultStorage
Properties
Property |
Type |
Description |
gcsPath |
string |
Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere". |
resultsUri |
string |
URI to the test results in the Firebase Web Console. |
toolResultsExecution |
string |
Tool Results execution resource containing test results. Format is projects/{project_id}/histories/{history_id}/executions/{execution_id} . Optional, can be omitted in erroneous test states. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information. |
toolResultsHistory |
string |
Tool Results history resource containing test results. Format is projects/{project_id}/histories/{history_id} . See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information. |
testLab.ResultStorage.gcsPath
Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere".
Signature:
gcsPath: string;
testLab.ResultStorage.resultsUri
URI to the test results in the Firebase Web Console.
Signature:
resultsUri: string;
Tool Results execution resource containing test results. Format is projects/{project_id}/histories/{history_id}/executions/{execution_id}
. Optional, can be omitted in erroneous test states. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.
Signature:
toolResultsExecution: string;
testLab.ResultStorage.toolResultsHistory
Tool Results history resource containing test results. Format is projects/{project_id}/histories/{history_id}
. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.
Signature:
toolResultsHistory: 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 2023-03-21 UTC.
[null,null,["Last updated 2023-03-21 UTC."],[],[],null,["# testLab.ResultStorage interface\n\nLocations where test results are stored.\n\n**Signature:** \n\n export interface ResultStorage \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [gcsPath](./firebase-functions.testlab.resultstorage.md#testlabresultstoragegcspath) | string | Location in Google Cloud Storage where test results are written to. In the form \"gs://bucket/path/to/somewhere\". |\n| [resultsUri](./firebase-functions.testlab.resultstorage.md#testlabresultstorageresultsuri) | string | URI to the test results in the Firebase Web Console. |\n| [toolResultsExecution](./firebase-functions.testlab.resultstorage.md#testlabresultstoragetoolresultsexecution) | string | Tool Results execution resource containing test results. Format is `projects/{project_id}/histories/{history_id}/executions/{execution_id}`. Optional, can be omitted in erroneous test states. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information. |\n| [toolResultsHistory](./firebase-functions.testlab.resultstorage.md#testlabresultstoragetoolresultshistory) | string | Tool Results history resource containing test results. Format is `projects/{project_id}/histories/{history_id}`. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information. |\n\ntestLab.ResultStorage.gcsPath\n-----------------------------\n\nLocation in Google Cloud Storage where test results are written to. In the form \"gs://bucket/path/to/somewhere\".\n\n**Signature:** \n\n gcsPath: string;\n\ntestLab.ResultStorage.resultsUri\n--------------------------------\n\nURI to the test results in the Firebase Web Console.\n\n**Signature:** \n\n resultsUri: string;\n\ntestLab.ResultStorage.toolResultsExecution\n------------------------------------------\n\nTool Results execution resource containing test results. Format is `projects/{project_id}/histories/{history_id}/executions/{execution_id}`. Optional, can be omitted in erroneous test states. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.\n\n**Signature:** \n\n toolResultsExecution: string;\n\ntestLab.ResultStorage.toolResultsHistory\n----------------------------------------\n\nTool Results history resource containing test results. Format is `projects/{project_id}/histories/{history_id}`. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.\n\n**Signature:** \n\n toolResultsHistory: string;"]]