runs property

List<StepSummary>? runs
getter/setter pair

Summaries of the steps belonging to the shard.

With flaky_test_attempts enabled from TestExecutionService, more than one run (Step) can present. And the runs will be sorted by multistep_number.

Implementation

core.List<StepSummary>? runs;