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

SuiteRunConfiguration

import type { SuiteRunConfiguration } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";

Gets suite run configuration.

interface SuiteRunConfiguration {
parallelRun?: boolean | null;
primaryDevice?: DeviceUnderTest | null;
selectedTestList?: string[] | null;
}

§Properties

§
parallelRun?: boolean | null
[src]

TRUE if multiple test suites run in parallel.

§
primaryDevice?: DeviceUnderTest | null
[src]

Gets the primary device for suite run.

§
selectedTestList?: string[] | null
[src]

Gets test case list.