Shared JUnit Platform adapter for Allure Java.
io.qameta.allure:allure-junit-platform
dependencies {
testImplementation(platform("io.qameta.allure:allure-bom:<allure-version>"))
testImplementation("io.qameta.allure:allure-junit-platform")
}Most users should depend on allure-jupiter instead. Use this module directly when you are building a custom JUnit Platform based integration and need the shared Allure TestExecutionListener and post-discovery test-plan filter.
The module registers:
io.qameta.allure.junitplatform.AllureJunitPlatformio.qameta.allure.junitplatform.AllurePostDiscoveryFilter
- JUnit Platform test descriptors and execution events.
- Report entries for parameters and fixture metadata.
- Allure test-plan filtering through commons.