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

EnvironmentMatrix

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

The matrix of environments in which the test is to be executed.

interface EnvironmentMatrix {
androidDeviceList?: AndroidDeviceList;
androidMatrix?: AndroidMatrix;
iosDeviceList?: IosDeviceList;
}

§Properties

§
androidDeviceList?: AndroidDeviceList
[src]

A list of Android devices; the test will be run only on the specified devices.

§
androidMatrix?: AndroidMatrix
[src]

A matrix of Android devices.

§
iosDeviceList?: IosDeviceList
[src]

A list of iOS devices.