Update generate_static_allure.py
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 1m2s
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 1m2s
This commit is contained in:
@@ -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 -------------------
|
||||
|
||||
Reference in New Issue
Block a user