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

AndroidRuntimeConfiguration

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

Android configuration that can be selected at the time a test is run.

interface AndroidRuntimeConfiguration {
locales?: Locale[];
orientations?: Orientation[];
}

§Properties

§
locales?: Locale[]
[src]

The set of available locales.

§
orientations?: Orientation[]
[src]

The set of available orientations.