Update generate_static_allure.py
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 1m2s

This commit is contained in:
2025-07-08 10:56:42 +02:00
parent f60e8c2833
commit ec66a27c7c
+1 -1
View File
@@ -14,7 +14,7 @@ DATA_DIR = os.path.join(ALLURE_DIR, "data")
WIDGETS_DIR = os.path.join(ALLURE_DIR, "widgets")
SUITES_CSV = os.path.join(DATA_DIR, "suites.csv")
SUITES_JSON = os.path.join(WIDGETS_DIR, "suites.json")
SUITES_JSON = os.path.join(DATA_DIR, "suites.json")
SUMMARY_JSON = os.path.join(WIDGETS_DIR, "summary.json")
# ------------------- Graph Donut -------------------