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 73fbdc2 commit 20fddd0Copy full SHA for 20fddd0
seleniumbase/plugins/pytest_plugin.py
@@ -892,9 +892,10 @@ def pytest_unconfigure():
892
'href="https://seleniumbase.io/img/dash_pie_2.png">')
893
if sb_config._dash_final_summary:
894
the_html_d += sb_config._dash_final_summary
895
+ time.sleep(0.1) # Add time for "livejs" to detect changes
896
with open(dashboard_path, "w", encoding='utf-8') as f:
897
f.write(the_html_d) # Finalize the dashboard
- time.sleep(0.5) # Add time for "livejs" to detect changes
898
899
the_html_d = the_html_d.replace(
900
"</head>", "</head><!-- Dashboard Report Done -->")
901
0 commit comments