Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ShardSummary

import type { ShardSummary } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Result summary for a shard in an environment.

interface ShardSummary {
runs?: StepSummary[];
shardResult?: MergedResult;
}

§Properties

§

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.

§
shardResult?: MergedResult
[src]

Merged result of the shard.