Appearance
Allure JBehave configuration
To specify the directory where Allure JBehave will save the test results, create a allure.properties
file in your project's src/test/resources
directory and set the allure.results.directory
property in it.
When not set, the property defaults to allure-results
.
properties
allure.results.directory = build/allure-results