Hierarchy

  • TestFrameworkResultV1

Properties

failing_test_count?: number

The number of total tests that failed as a prt of the suite run.

passing_test_count?: number

The number of total tests that passed as a part of the suite run.

pending_test_count?: number

The number of total tests that remain pending after the suite run.

suite_count?: number

The number of total test suites ran.

test_count?: number

The number of total tests that ran as a part of the suite run.

test_results: TestResult[]

A collection of individual test results from a given synthetic's test suite.

Generated using TypeDoc