| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Test support utilities for Allure Java adapter development.
Normal Allure Report users should not add this module to application or test suites. Use it only when you are writing tests for a custom Allure Java adapter and need the same fixtures used by this repository.
Gradle:
dependencies {
testImplementation(platform("io.qameta.allure:allure-bom:<allure-version>"))
testImplementation("io.qameta.allure:allure-java-commons-test")
}Maven, with allure-bom imported in dependency management:
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-java-commons-test</artifactId>
<scope>test</scope>
</dependency>Use the helpers to run adapter code against an in-memory Allure lifecycle and then assert the produced results.
This module is for tests of Allure integrations. It does not add reporting to an application test suite and should not be required for normal Allure Report usage.
| Back | FazBrowse Home | New Git URL |