-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: allure-plugin
-
None
-
Environment:allure-plugin 2.10
Allure plugin cannot resolve environment variables in properties e.g. try to set
allure.tests.management.pattern = http://test-management/${BRANCH}?search=%s
${BRANCH} variable is not resolved, result is http://test-management/$BRANCH?search=TEST-13287
Also there is no way to pass allure.properties file to Allure plugin.