This commit is contained in:
+3
-2
@@ -78,5 +78,6 @@ def pytest_runtest_makereport(item, call):
|
||||
|
||||
def pytest_sessionfinish(session, exitstatus):
|
||||
os.makedirs("ci-reports/markdown", exist_ok=True)
|
||||
with open("ci-reports/markdown/runtime_all_brut.json", "w") as f:
|
||||
json.dump(runtime_data, f, indent=2, ensure_ascii=False)
|
||||
print("✅ Dumping runtime_params.json...")
|
||||
with open("ci-reports/markdown/runtime_params.json", "w") as f:
|
||||
json.dump(runtime_params, f, indent=2)
|
||||
|
||||
Reference in New Issue
Block a user