AzureDevOpsTestRun Class

Summary

Represents a test run associated with a AzureDevOpsBuild.
Namespace
Cake.AzureDevOps.Pipelines
Base Types
  • object
graph BT Type-->Base0["object"] Type["AzureDevOpsTestRun"] class Type type-node

Syntax

public class AzureDevOpsTestRun

Properties

Name Value Summary
RunId int
Gets the name of the test run.
TestResults IEnumerable<AzureDevOpsTestResult>
Gets the test results of a test run.
GitHub
Discussions