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

ManualSharding

import type { ManualSharding } from "https://googleapis.deno.dev/v1/testing:v1.ts";

Shards test cases into the specified groups of packages, classes, and/or methods. With manual sharding enabled, specifying test targets via environment_variables or in InstrumentationTest is invalid.

interface ManualSharding {
testTargetsForShard?: TestTargetsForShard[];
}

§Properties

§
testTargetsForShard?: TestTargetsForShard[]
[src]

Required. Group of packages, classes, and/or test methods to be run for each manually-created shard. You must specify at least one shard if this field is present. When you select one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <= 200. When you select only x86 virtual devices, it must be <= 500.