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

IosRoboTest

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

A test that explores an iOS application on an iOS device.

interface IosRoboTest {
appBundleId?: string;
appIpa?: FileReference;
roboScript?: FileReference;
}

§Properties

§
appBundleId?: string
[src]

The bundle ID for the app-under-test. This is determined by examining the application's "Info.plist" file.

§

Required. The ipa stored at this file should be used to run the test.

§
roboScript?: FileReference
[src]

An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about Roboscripts.