A summary of a test suite result either parsed from XML or uploaded directly by a user.
Note: the API related comments are for StepService only. This message is also being used in ExecutionService in a read only mode for the corresponding step.
JSON representation |
---|
{ "xmlSource": { object ( |
Fields | |
---|---|
xmlSource |
If this test suite was parsed from XML, this is the URI where the original XML file is stored. Note: Multiple test suites can share the same xmlSource Returns INVALID_ARGUMENT if the uri format is not supported.
|
name |
The name of the test suite.
|
totalCount |
Number of test cases, typically set by the service by parsing the xmlSource.
|
failureCount |
Number of failed test cases, typically set by the service by parsing the xmlSource. May also be set by the user.
|
errorCount |
Number of test cases in error, typically set by the service by parsing the xmlSource.
|
skippedCount |
Number of test cases not run, typically set by the service by parsing the xmlSource.
|
flakyCount |
Number of flaky test cases, set by the service by rolling up flaky test attempts. Present only for rollup test suite overview at environment level. A step cannot have flaky test cases. |
elapsedTime |
Elapsed time of test suite. |