Added
- A new
--hide-progress-baroption (environment variableNEXTEST_HIDE_PROGRESS_BAR) forces the
progress bar to be hidden. Thanks Remo Senekowitsch for your first
contribution!
Changed
- Nextest now prints out a list of failing and flaky tests at the end of output by default (the
final-status-levelconfig is set toflaky). - The progress bar is now hidden if a CI environment is detected.