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

Specification

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

The details about how to run the execution.

interface Specification {
androidTest?: AndroidTest;
iosTest?: IosTest;
}

§Properties

§
androidTest?: AndroidTest
[src]

An Android mobile test execution specification.

§
iosTest?: IosTest
[src]

An iOS mobile test execution specification.