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

TestEnvironmentCatalog

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

A description of a test environment.

interface TestEnvironmentCatalog {
androidDeviceCatalog?: AndroidDeviceCatalog;
deviceIpBlockCatalog?: DeviceIpBlockCatalog;
iosDeviceCatalog?: IosDeviceCatalog;
networkConfigurationCatalog?: NetworkConfigurationCatalog;
softwareCatalog?: ProvidedSoftwareCatalog;
}

§Properties

§
androidDeviceCatalog?: AndroidDeviceCatalog
[src]

Supported Android devices.

§
deviceIpBlockCatalog?: DeviceIpBlockCatalog
[src]

The IP blocks used by devices in the test environment.

§
iosDeviceCatalog?: IosDeviceCatalog
[src]

Supported iOS devices.

§
networkConfigurationCatalog?: NetworkConfigurationCatalog
[src]

Supported network configurations.

§

The software test environment provided by TestExecutionService.