2.5 Release
baev
released this
23 Nov 17:47
·
208 commits
to main
since this release
Add ability to configure report generation. There is few ways to do it:
-
Put
allure.properties
(report.properties
for Allure 1.5 or above) to classpath.
Both compile class path and test class path are supported. -
Specify the
properties
in configuration<configuration> <properties> <allure.issues.tracker.pattern>http://example.com/%s</allure.issues.tracker.pattern> </properties> </configuration>
-
Specify the
propertiesFilePath
<configuration> <propertiesFilePath>path/to/your/allure.properties</propertiesFilePath> </configuration>