TestRunOutcome enum

The types of outcomes for test run.

Fields

Passed = 0

Run with zero failed tests and has at least 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.