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

ProvidedSoftwareCatalog

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

The currently provided software environment on the devices under test.

interface ProvidedSoftwareCatalog {
androidxOrchestratorVersion?: string;
orchestratorVersion?: string;
}

§Properties

§
androidxOrchestratorVersion?: string
[src]

A string representing the current version of AndroidX Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#androidx.test:orchestrator.

§
orchestratorVersion?: string
[src]

Deprecated: Use AndroidX Test Orchestrator going forward. A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#com.android.support.test:orchestrator.