Update json_to_tree.py
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 23s

This commit is contained in:
2025-07-16 13:28:05 +02:00
parent 8cbb19a837
commit d6bbbbafe7
-4
View File
@@ -42,10 +42,6 @@ def main():
console.print(root)
# Export ANSI colored text (for terminal)
with open("ci-reports/markdown/json-tree-view.ansi", "w") as f:
f.write(console.export_ansi(clear=False))
# Export HTML colored view (for browser)
with open("ci-reports/markdown/json-tree-view.html", "w") as f:
f.write(console.export_html(clear=False))