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