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

This commit is contained in:
2025-07-15 11:55:50 +02:00
parent 9d74e7a8f3
commit 701ef35c03
+2 -1
View File
@@ -70,7 +70,8 @@ def load_allure_metadata(allure_test_cases_dir):
except Exception as e:
short_summary = traceback.format_exception_only(type(e), e)[-1].strip()
print(f"Allure file: {file} failed ❌ (reason: {short_summary})")
return allure_data
return allure_data
def json_to_md_nested(json_path, md_path, allure_dir=None):