We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213725e commit ff4806fCopy full SHA for ff4806f
seleniumbase/plugins/pytest_plugin.py
@@ -1235,7 +1235,7 @@ def pytest_terminal_summary(terminalreporter):
1235
dash_lock_path = os.path.join(abs_path, dash_lock)
1236
if os.path.exists(dash_lock_path):
1237
sb_config._only_unittest = False
1238
- if sb_config._has_exception and (
+ if (sb_config._has_exception or sb_config._multithreaded) and (
1239
sb_config.dashboard and not sb_config._only_unittest
1240
):
1241
# Print link a second time because the first one may be off-screen
0 commit comments