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

IosTest

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

A iOS mobile test specification

interface IosTest {
iosAppInfo?: IosAppInfo;
iosRoboTest?: IosRoboTest;
iosTestLoop?: IosTestLoop;
iosXcTest?: IosXcTest;
testTimeout?: Duration;
}

§Properties

§
iosAppInfo?: IosAppInfo
[src]

Information about the application under test.

§
iosRoboTest?: IosRoboTest
[src]

An iOS Robo test.

§
iosTestLoop?: IosTestLoop
[src]

An iOS test loop.

§
iosXcTest?: IosXcTest
[src]

An iOS XCTest.

§
testTimeout?: Duration
[src]

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