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

ResultsStorage

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

The storage for test results.

interface ResultsStorage {
resultsStoragePath?: FileReference;
xunitXmlFile?: FileReference;
}

§Properties

§
resultsStoragePath?: FileReference
[src]

The root directory for test results.

§
xunitXmlFile?: FileReference
[src]

The path to the Xunit XML file.