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 a54f571 commit b3c995fCopy full SHA for b3c995f
seleniumbase/plugins/pytest_plugin.py
@@ -1718,8 +1718,8 @@ def _create_dashboard_assets_():
1718
def pytest_itemcollected(item):
1719
if "--co" in sys_argv or "--collect-only" in sys_argv:
1720
return
1721
+ sb_config.item_count += 1
1722
if sb_config.dashboard:
- sb_config.item_count += 1
1723
test_id, display_id = _get_test_ids_(item)
1724
sb_config._results[test_id] = "Untested"
1725
sb_config._duration[test_id] = "-"
0 commit comments