Allure JUnit 4 configuration

This page describes the configuration options that affect the behavior of Allure JUnit 4.

To set the configuration options, create a allure.properties file in your project's src/test/resources directory. Allure JUnit 4 loads the configuration into the JVM system properties for the test runtime.

allure.label.⟨NAME⟩

Properties file
allure.label.epic = Authentication allure.label.severity = blocker

Assign an arbitrary label to all the tests in the current test run.

allure.link.⟨TYPE⟩.pattern

Properties file
allure.link.issue.pattern = https://jira.example.org/browse/{}

Define a link pattern — a template that can be used to construct full URLs from short identifiers, see the reference.

The value must be a string pattern containing {} at the position where the identifier should be placed. The pattern will be applied when processing any link of the given TYPE.

You can use the option multiple times, thus defining multiple link patterns for different link types.

allure.results.directory

Properties file
allure.results.directory = build/allure-results

Path to the directory where Allure JUnit 4 will save the test results, see How it works. If the directory does not exist, it will be created. Defaults to allure-results.

Powered by
logo

Join our newsletter

Join our community

We aim to make Allure Report as reliable and user-friendly as possible, and together with the community, we're here to help when problems arise.

© 2024 Qameta Software Inc. All rights reserved.