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

ResultStorage

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

Locations where the results of running the test are stored.

interface ResultStorage {
googleCloudStorage?: GoogleCloudStorage;
resultsUrl?: string;
toolResultsExecution?: ToolResultsExecution;
toolResultsHistory?: ToolResultsHistory;
}

§Properties

§
googleCloudStorage?: GoogleCloudStorage
[src]

Required.

§
resultsUrl?: string
[src]

Output only. URL to the results in the Firebase Web Console.

§
toolResultsExecution?: ToolResultsExecution
[src]

Output only. The tool results execution that results are written to.

§
toolResultsHistory?: ToolResultsHistory
[src]

The tool results history that contains the tool results execution that results are written to. If not provided, the service will choose an appropriate value.