status property
The status of the test case.
Required. Possible string values are:
- "passed" : Test passed.
- "failed" : Test failed.
- "error" : Test encountered an error
- "skipped" : Test skipped
- "flaky" : Test flaked. Present only for rollup test cases; test cases from steps that were run with the same configuration had both failure and success outcomes.
Implementation
core.String? status;