testSuiteOverviews property

List<TestSuiteOverview>? testSuiteOverviews
getter/setter pair

List of test suite overview contents.

This could be parsed from xUnit XML log by server, or uploaded directly by user. This references should only be called when test suites are fully parsed or uploaded. The maximum allowed number of test suite overviews per step is 1000. - In response: always set - In create request: optional - In update request: never (use publishXunitXmlFiles custom method instead)

Implementation

core.List<TestSuiteOverview>? testSuiteOverviews;