Expand description
Events for the reporter.
These types form the interface between the test runner and the test
reporter. The root structure for all events is TestEvent
.
Structs§
- Information about a single execution of a test.
- Information about executions of a test, including retries.
- Data related to retries for a test.
- Statistics for a test run.
- A map of environment variables set by a setup script.
- Information about the execution of a setup script.
- A setup script’s response to an information request.
- A test event.
- A test’s response to an information request.
- The current terminating state of a test or script process.
Enums§
- A regular exit code or Windows NT abort status for a test.
- The reason why a test run is being cancelled.
- A description of test executions obtained from
ExecuteStatuses
. - Whether a test passed, failed or an error occurred while executing the test.
- A type summarizing the possible outcomes of a test run.
- A response to an information request.
- A type summarizing the step at which a test run failed.
- The kind of test event this is.
- The kind of unit of work that nextest is executing.
- The current state of a test or script process: running, exiting, or terminating.
- The way in which a script or test is being forcibly terminated by nextest.
- The reason for a script or test being forcibly terminated by nextest.
- The signal that is or was sent to terminate a script or test.