Added
- Support for default sets of tests to run via the
default-setconfiguration. See Running a
subset of tests by default
for more information. - A new
--no-testsoption controls the behavior of nextest when no tests are run. The possible
values arepass,warnandfail. Per the behavior changed described in discussion
#1646, the current default iswarn, and
it will change tofailin the future.