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 dffa3c6 commit 01ce846Copy full SHA for 01ce846
seleniumbase/plugins/pytest_plugin.py
@@ -672,6 +672,7 @@ def pytest_collection_finish(session):
672
Print the dashboard path if at least one test runs.
673
https://docs.pytest.org/en/stable/reference.html """
674
if sb_config.dashboard and len(session.items) > 0:
675
+ sb_config.item_count_untested = sb_config.item_count
676
dash_path = os.getcwd() + "/dashboard.html"
677
star_len = len("Dashboard: ") + len(dash_path)
678
try:
0 commit comments