You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command-line.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,10 @@ Duration: 48 ms
346
346
347
347
Enable the progress bar during test execution. By default, the progress bar is disabled.
348
348
349
+
::: warning
350
+
The progress bar cannot be used when running tests in parallel. If `--progress-bar` is combined with `--parallel`, a warning is printed and the bar is disabled.
Copy file name to clipboardExpand all lines: docs/configuration.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,10 @@ BASHUNIT_VERBOSE=true
253
253
254
254
Controls whether the progress bar is rendered. `false` by default.
255
255
256
+
::: warning
257
+
The progress bar is disabled when tests run in parallel. Enabling `BASHUNIT_PROGRESS_BAR` while `BASHUNIT_PARALLEL_RUN` is `true` will print a warning and no bar will be shown.
0 commit comments