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

TestDetails

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

Additional details about the progress of the running test.

interface TestDetails {
errorMessage?: string;
progressMessages?: string[];
}

§Properties

§
errorMessage?: string
[src]

Output only. If the TestState is ERROR, then this string will contain human-readable details about the error.

§
progressMessages?: string[]
[src]

Output only. Human-readable, detailed descriptions of the test's progress. For example: "Provisioning a device", "Starting Test". During the course of execution new data may be appended to the end of progress_messages.