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

TestIssue

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

An issue detected occurring during a test execution.

interface TestIssue {
category?: "unspecifiedCategory" | "common" | "robo";
errorMessage?: string;
severity?:
| "unspecifiedSeverity"
| "info"
| "suggestion"
| "warning"
| "severe";
stackTrace?: StackTrace;
type?:
| "unspecifiedType"
| "fatalException"
| "nativeCrash"
| "anr"
| "unusedRoboDirective"
| "compatibleWithOrchestrator"
| "launcherActivityNotFound"
| "startActivityNotFound"
| "incompleteRoboScriptExecution"
| "completeRoboScriptExecution"
| "failedToInstall"
| "availableDeepLinks"
| "nonSdkApiUsageViolation"
| "nonSdkApiUsageReport"
| "encounteredNonAndroidUiWidgetScreen"
| "encounteredLoginScreen"
| "performedGoogleLogin"
| "iosException"
| "iosCrash"
| "performedMonkeyActions"
| "usedRoboDirective"
| "usedRoboIgnoreDirective"
| "insufficientCoverage"
| "inAppPurchases"
| "crashDialogError"
| "uiElementsTooDeep"
| "blankScreen"
| "overlappingUiElements"
| "unityException"
| "deviceOutOfMemory"
| "logcatCollectionError"
| "detectedAppSplashScreen"
| "assetIssue";
warning?: Any;
}

§Properties

§
category?: "unspecifiedCategory" | "common" | "robo"
[src]

Category of issue. Required.

§
errorMessage?: string
[src]

A brief human-readable message describing the issue. Required.

§
severity?: "unspecifiedSeverity" | "info" | "suggestion" | "warning" | "severe"
[src]

Severity of issue. Required.

§
stackTrace?: StackTrace
[src]

Deprecated in favor of stack trace fields inside specific warnings.

§
type?: "unspecifiedType" | "fatalException" | "nativeCrash" | "anr" | "unusedRoboDirective" | "compatibleWithOrchestrator" | "launcherActivityNotFound" | "startActivityNotFound" | "incompleteRoboScriptExecution" | "completeRoboScriptExecution" | "failedToInstall" | "availableDeepLinks" | "nonSdkApiUsageViolation" | "nonSdkApiUsageReport" | "encounteredNonAndroidUiWidgetScreen" | "encounteredLoginScreen" | "performedGoogleLogin" | "iosException" | "iosCrash" | "performedMonkeyActions" | "usedRoboDirective" | "usedRoboIgnoreDirective" | "insufficientCoverage" | "inAppPurchases" | "crashDialogError" | "uiElementsTooDeep" | "blankScreen" | "overlappingUiElements" | "unityException" | "deviceOutOfMemory" | "logcatCollectionError" | "detectedAppSplashScreen" | "assetIssue"
[src]

Type of issue. Required.

§
warning?: Any
[src]

Warning message with additional details of the issue. Should always be a message from com.google.devtools.toolresults.v1.warnings