Skip to main content

Module elements

Module elements 

Source
Expand description

Configuration elements for nextest.

Structs§

ArchiveConfig
Archive configuration for this profile.
ArchiveInclude
A single entry under archive.include.
CustomTestGroup
Represents a custom test group.
GlobalTimeout
A global timeout for an entire test or benchmark run, after which nextest aborts.
Inherits
Inherit settings for profiles.
JunitConfig
Global JUnit configuration stored within a profile.
LeakTimeout
Time to wait for child processes to exit after a test completes, plus the pass/fail result recorded when the timeout elapses.
SlowTimeout
Time after which a test is considered slow, plus optional termination policy.
TestGroupConfig
Configuration for a single test group.
TestPriority
A test priority between -100 and 100, inclusive. Higher values run sooner.

Enums§

ArchiveIncludeOnMissing
What to do when an archive.include path is missing.
FlakyResult
Controls whether a flaky test is treated as a pass or a failure.
JunitFlakyFailStatus
Controls how flaky-fail tests are reported in JUnit XML output.
LeakTimeoutResult
Whether to mark a test as passed or failed when the leak timeout elapses.
MaxFail
The number of failures after which to stop running tests, plus the termination policy for tests already in flight.
RecursionDepth
Recursion depth.
RetryPolicy
Retry policy for failed tests: maximum retries, plus an optional backoff schedule between attempts.
SlowTimeoutResult
The result of controlling slow timeout behavior.
TerminateMode
Mode for terminating running tests when max-fail is exceeded.
TestGroup
Represents the test group a test is in.
TestThreads
Number of threads to run tests with.
ThreadsRequired
Number of threads (slots) each test reserves from the pool.