testResult property
Whether the test case passed in the agent environment. Possible string values are:
- "TEST_RESULT_UNSPECIFIED" : Not specified. Should never be used.
- "PASSED" : The test passed.
- "FAILED" : The test did not pass.
Implementation
core.String? testResult;