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

TestTargetsForShard

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

Test targets for a shard.

interface TestTargetsForShard {
testTargets?: string[];
}

§Properties

§
testTargets?: string[]
[src]

Group of packages, classes, and/or test methods to be run for each shard. The targets need to be specified in AndroidJUnitRunner argument format. For example, "package com.my.packages" "class com.my.package.MyClass". The number of test_targets must be greater than 0.