Edit

TestRunOutcome Enum

Definition

The types of outcomes for test run.

public enum TestRunOutcome
type TestRunOutcome = 
Public Enum TestRunOutcome
Inheritance
TestRunOutcome

Fields

Name Value Description
Passed 0

Run with zero failed tests and has atleast one impacted test

Failed 1

Run with at-least one failed test.

NotImpacted 2

Run with no impacted tests.

Others 3

Runs with All tests in other category.

Applies to