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

PublishXunitXmlFilesRequest

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

Request message for StepService.PublishXunitXmlFiles.

interface PublishXunitXmlFilesRequest {
xunitXmlFiles?: FileReference[];
}

§Properties

§
xunitXmlFiles?: FileReference[]
[src]

URI of the Xunit XML files to publish. The maximum size of the file this reference is pointing to is 50MB. Required.