-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
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.