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

IosDeviceFile

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

A file or directory to install on the device before the test starts.

interface IosDeviceFile {
bundleId?: string;
content?: FileReference;
devicePath?: string;
}

§Properties

§
bundleId?: string
[src]

The bundle id of the app where this file lives. iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.

§

The source file

§
devicePath?: string
[src]

Location of the file on the device, inside the app's sandboxed filesystem