outcomeSummary property

String? outcomeSummary
getter/setter pair

The overall outcome of the test.

Only set when the test matrix state is FINISHED.

Output only. Possible string values are:

  • "OUTCOME_SUMMARY_UNSPECIFIED" : Do not use. For proto versioning only.
  • "SUCCESS" : The test matrix run was successful, for instance: - All the test cases passed. - Robo did not detect a crash of the application under test.
  • "FAILURE" : A run failed, for instance: - One or more test cases failed.
  • A test timed out. - The application under test crashed.
  • "INCONCLUSIVE" : Something unexpected happened. The run should still be considered unsuccessful but this is likely a transient problem and re-running the test might be successful.
  • "SKIPPED" : All tests were skipped, for instance: - All device configurations were incompatible.

Implementation

core.String? outcomeSummary;