We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2c08b commit c2a15eaCopy full SHA for c2a15ea
1 file changed
allure-behave/src/utils.py
@@ -40,7 +40,7 @@ def scenario_history_id(scenario) -> str:
40
parts.extend([f"{name}={value}" for name, value in zip(row.headings, row.cells)])
41
42
# Optional: append environment variable to differentiate runs
43
- history_id = os.getenv("HISTORY_ID")
+ history_id = os.getenv("ALLURE_HISTORY_ID")
44
if history_id:
45
parts.append(history_id)
46
0 commit comments