·
1 commit
to main
since this release
Added
-
Tests are now assigned global and group slot numbers. These numbers are non-negative integers starting from 0 that are unique for the lifetime of the test, but are reused after the test ends.
Global and group slot numbers can be accessed via the
NEXTEST_TEST_GLOBAL_SLOT
andNEXTEST_TEST_GROUP_SLOT
environment variables, respectively. For more, see Slot numbers. -
Test environments now have the
NEXTEST_TEST_GROUP
variable set to the test group they're in, or"@global"
if the test is not in any groups.