UNPKG

azure-devops-test-helper

Version:

Import JSON result with attachments into Azure Test Plan

23 lines (22 loc) 584 B
export declare enum AzureTestRunStatus { INPROGRESS = "InProgress", COMPLETED = "Completed", ABORTED = "Aborted" } export declare enum AzureTestResultOutcome { Unspecified = "Unspecified", None = "None", Passed = "Passed", Failed = "Failed", Inconclusive = "Inconclusive", Timeout = "Timeout", Aborted = "Aborted", Blocked = "Blocked", NotExecuted = "NotExecuted", Warning = "Warning", Error = "Error", NotApplicable = "NotApplicable", Paused = "Paused", InProgress = "InProgress", NotImpacted = "NotImpacted" }