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

Environment

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

The environment in which the test is run.

interface Environment {
androidDevice?: AndroidDevice;
iosDevice?: IosDevice;
}

§Properties

§
androidDevice?: AndroidDevice
[src]

An Android device which must be used with an Android test.

§
iosDevice?: IosDevice
[src]

An iOS device which must be used with an iOS test.