Update json_to_md.py
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 40s

This commit is contained in:
2025-07-15 10:00:52 +02:00
parent df3102ee7a
commit d6b3147b19
+1 -1
View File
@@ -288,7 +288,7 @@ def check_collected_vs_executed_and_prepend_warning(json_path, log_path, md_path
return
banner = (
"⚠️⚠️⚠️ **TESTS DID NOT COMPLETE FULLY** ⚠️⚠️⚠️\n\n"
"⚠️⚠️⚠️ **TESTS INTERRUPTED** ⚠️⚠️⚠️\n\n"
f"> `collected={collected}`, but only `executed={total_executed}` tests ran to completion.\n\n"
"<details>\n"
"<summary>📋 Short test summary info</summary>\n\n"