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

This commit is contained in:
2025-07-14 17:01:18 +02:00
parent 84d3523046
commit 14161db73f
+1
View File
@@ -259,6 +259,7 @@ def check_keyboard_interrupt_and_prepend_warning(log_path, md_path):
warning = (
"⚠️⚠️⚠️ **TESTS INTERRUPTED BY `KeyboardInterrupt`** ⚠️⚠️⚠️ \n\n"
f"> Source: `{interrupt_file_line}`\n\n"
"️ *Note: The test suite was interrupted at this point. Only the results of the tests executed **before** are shown below.*"
"---\n\n"
)