testIssues property

List<TestIssue>? testIssues
getter/setter pair

Issues observed during the test execution.

For example, if the mobile app under test crashed during the test, the error message and the stack trace content can be recorded here to assist debugging. - In response: present if set by create or update - In create/update request: optional

Implementation

core.List<TestIssue>? testIssues;