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.
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;
testLab.ResultStorage.toolResultsExecution
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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;"]]