Module elements

Source
Expand description

Configuration elements for nextest.

Structs§

ArchiveConfig
Configuration for archives.
ArchiveInclude
Type for the archive-include key.
CustomTestGroup
Represents a custom test group.
GlobalTimeout
Type for the global-timeout config key.
JunitConfig
Global JUnit configuration stored within a profile.
LeakTimeout
Controls leak timeout behavior.
SlowTimeout
Type for the slow-timeout config key.
TestGroupConfig
Configuration for a test group.
TestPriority
A test priority: a number between -100 and 100.

Enums§

ArchiveIncludeOnMissing
What to do when an archive-include path is missing.
LeakTimeoutResult
The result of controlling leak timeout behavior.
MaxFail
Type for the max-fail flag and fail-fast configuration.
RecursionDepth
Recursion depth.
RetryPolicy
Type for the retry config key.
TestGroup
Represents the test group a test is in.
TestThreads
Type for the test-threads config key.
ThreadsRequired
Type for the threads-required config key.