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

Apk

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

An Android package file to install.

interface Apk {
location?: FileReference;
packageName?: string;
}

§Properties

§

The path to an APK to be installed on the device before the test begins.

§
packageName?: string
[src]

The java package for the APK to be installed. Value is determined by examining the application's manifest.