Integrates Allure reporting framework with JUnit 4, enabling rich test reports with steps, attachments, and parameters.
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit4</artifactId>
<version>2.34.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs a JUnit 4 test with Allure reporting.
Ensure allure.properties is in classpath with correct configuration.
No dependency data recorded yet.