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

IosXcTest

import type { IosXcTest } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

A test of an iOS application that uses the XCTest framework.

interface IosXcTest {
bundleId?: string;
xcodeVersion?: string;
}

§Properties

§
bundleId?: string
[src]

Bundle ID of the app.

§
xcodeVersion?: string
[src]

Xcode version that the test was run with.