Registry / testing / allure-junit4

allure-junit4

JSON →
library2.34.0javamavenunverified

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>
INSTALL
IMPORT
SIG · ALLURE-JUNIT4
A
allure-junit4
testingjavav2.34.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AllureJunit4
io.qameta.allure.junit4.AllureJunit4

Runs a JUnit 4 test with Allure reporting.

import io.qameta.allure.junit4.AllureJunit4; import org.junit.runner.RunWith; @RunWith(AllureJunit4.class) public class ExampleTest { @org.junit.Test public void testExample() { // Your test logic } }
Debug
Known issues
gotchaAllure JUnit4 requires Allure environment setup; missing allure.properties may cause report generation failure.
fix
Ensure allure.properties is in classpath with correct configuration.
affects: *
Upgrade
Version history
2.34.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
40
OpenAI (training)
1
Resources
allure-junit4 — mvn dependency:get allure-junit4 · libregistry