Expand description
Configuration elements for nextest.
Structs§
- Archive
Config - Configuration for archives.
- Archive
Include - Type for the archive-include key.
- Custom
Test Group - Represents a custom test group.
- Global
Timeout - Type for the global-timeout config key.
- Junit
Config - Global JUnit configuration stored within a profile.
- Leak
Timeout - Controls leak timeout behavior.
- Slow
Timeout - Type for the slow-timeout config key.
- Test
Group Config - Configuration for a test group.
- Test
Priority - A test priority: a number between -100 and 100.
Enums§
- Archive
Include OnMissing - What to do when an archive-include path is missing.
- Leak
Timeout Result - The result of controlling leak timeout behavior.
- MaxFail
- Type for the max-fail flag and fail-fast configuration.
- Recursion
Depth - Recursion depth.
- Retry
Policy - Type for the retry config key.
- Test
Group - Represents the test group a test is in.
- Test
Threads - Type for the test-threads config key.
- Threads
Required - Type for the threads-required config key.