-
-
Notifications
You must be signed in to change notification settings - Fork 4
Progress bar display mode #570
Copy link
Copy link
Open
Labels
cliRelated to the command-line interfaceRelated to the command-line interfacediagnosticsRelated to diagnostics and output of KarvaRelated to diagnostics and output of Karva
Metadata
Metadata
Assignees
Labels
cliRelated to the command-line interfaceRelated to the command-line interfacediagnosticsRelated to diagnostics and output of KarvaRelated to diagnostics and output of Karva
Add a progress bar that shows overall test completion, currently running tests, and pass/fail counts. Nextest supports multiple progress display modes:
bar— visual progress bar with statscounter— simple numeric counter (e.g. "42/100 tests")none— no progress displayKarva currently has
--no-progressto hide individual results, but a visual progress bar would be a better experience for large test suites.See: https://nexte.st/docs/running/#reporter-options