This commit is contained in:
+2
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user