Expand description

The test runner.

The main structure in this module is TestRunner.

Structs

Information about a single execution of a test.

Information about executions of a test, including retries.

Statistics for a test run.

Context for running tests.

Test runner options.

Enums

A regular exit code or Windows NT abort status for a test.

A description of test executions obtained from ExecuteStatuses.

Whether a test passed, failed or an error occurred while executing the test.

Functions

Configures stdout, stdin and stderr inheritance by test processes on Windows.