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

AndroidTest

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

An Android mobile test specification.

interface AndroidTest {
androidAppInfo?: AndroidAppInfo;
androidInstrumentationTest?: AndroidInstrumentationTest;
androidRoboTest?: AndroidRoboTest;
androidTestLoop?: AndroidTestLoop;
testTimeout?: Duration;
}

§Properties

§
androidAppInfo?: AndroidAppInfo
[src]

Information about the application under test.

§
androidInstrumentationTest?: AndroidInstrumentationTest
[src]

An Android instrumentation test.

§
androidRoboTest?: AndroidRoboTest
[src]

An Android robo test.

§
androidTestLoop?: AndroidTestLoop
[src]

An Android test loop.

§
testTimeout?: Duration
[src]

Max time a test is allowed to run before it is automatically cancelled.