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

GoogleCloudStorage

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

A storage location within Google cloud storage (GCS).

interface GoogleCloudStorage {
gcsPath?: string;
}

§Properties

§
gcsPath?: string
[src]

Required. The path to a directory in GCS that will eventually contain the results for this test. The requesting user must have write access on the bucket in the supplied path.