testLab.ResultStorage class

Locations where the test results are stored.

Signature:

export declare class ResultStorage 

Properties

PropertyModifiersTypeDescription
gcsPathstringA storage location within Google Cloud Storage (GCS) for the test artifacts.
resultsUrlstringURL to test results in Firebase Console.
toolResultsExecutionIdstringId of the ToolResults execution that the detailed TestMatrix results are written to.
toolResultsHistoryIdstringId 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;

testLab.ResultStorage.toolResultsExecutionId

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;