Get desktop application:
View/edit binary Protocol Buffers messages
Information about the client which invoked the test.
Used in:
Client name, such as "gcloud".
Map of detailed information about the client.
Outcome summary for a finished test matrix.
Used in:
The default value. This value is used if the state is omitted.
The test matrix run was successful, for instance: - All test cases passed. - No crash of the application under test was detected.
A run failed, for instance: - One or more test case failed. - A test timed out. - The application under test crashed.
Something unexpected happened. The test run should still be considered unsuccessful but this is likely a transient problem and re-running the test might be successful.
All tests were skipped.
Locations where test results are stored.
Used in:
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.
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.
URI to the test results in the Firebase Web Console.
Location in Google Cloud Storage where test results are written to. In the form "gs://bucket/path/to/somewhere".
The CloudEvent raised when a TestMatrix is completed
The data associated with the event.
The data within all Firebase test matrix events.
Used in:
Time the test matrix was created.
State of the test matrix.
Code that describes why the test matrix is considered invalid. Only set for matrices in the INVALID state.
Outcome summary of the test matrix.
Locations where test results are stored.
Information provided by the client that created the test matrix.
ID of the test matrix this event belongs to.
Possible test states for a test matrix.
Used in:
The default value. This value is used if the state is omitted.
The test matrix is being validated.
The test matrix is waiting for resources to become available.
The test matrix has completed normally.
The test matrix has completed because of an infrastructure failure.
The test matrix was not run because the provided inputs are not valid.