Skip to content

Commit ff4806f

Browse files
committed
Update the Pytest plugin
1 parent 213725e commit ff4806f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/plugins/pytest_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ def pytest_terminal_summary(terminalreporter):
12351235
dash_lock_path = os.path.join(abs_path, dash_lock)
12361236
if os.path.exists(dash_lock_path):
12371237
sb_config._only_unittest = False
1238-
if sb_config._has_exception and (
1238+
if (sb_config._has_exception or sb_config._multithreaded) and (
12391239
sb_config.dashboard and not sb_config._only_unittest
12401240
):
12411241
# Print link a second time because the first one may be off-screen

0 commit comments

Comments
 (0)