testExecutionState property
State of the test case execution Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified state
- "PASSED" : Test case execution passed
- "FAILED" : Test case execution failed
Implementation
core.String? testExecutionState;