result property
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not. Possible string values are:
- "AGGREGATED_TEST_RESULT_UNSPECIFIED" : Not specified. Should never be used.
- "PASSED" : All the tests passed.
- "FAILED" : At least one test did not pass.
Implementation
core.String? result;