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

This commit is contained in:
2025-07-13 12:56:23 +02:00
parent f835078a09
commit 5fb113faa7
-1
View File
@@ -46,7 +46,6 @@ def load_allure_metadata(allure_test_cases_dir):
"severity": severity
}
param_vals = tuple(p["value"] for p in params)
print(f"[✔️] Parsed: {full_name} {param_vals}")
except Exception as e:
print(f"❌ Error in {file}: {e}")
return allure_data