| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Serializable Allure result model for Java integrations.
Most Allure Report users receive this module transitively from allure-java-commons. Add it directly only when you build tooling that reads, writes, validates, or transforms Allure result files.
Gradle:
dependencies {
implementation(platform("io.qameta.allure:allure-bom:<allure-version>"))
implementation("io.qameta.allure:allure-model")
}Maven, with allure-bom imported in dependency management:
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-model</artifactId>
</dependency>Use this module when you need Java objects for Allure result JSON, containers, fixtures, steps, attachments, labels, links, parameters, statuses, and stages.
Normal test projects should prefer a framework adapter and allure-java-commons runtime APIs rather than constructing model objects directly.
This module does not discover or run tests. It is a data model for tools and integrations. Regular test projects should use a framework adapter to create model objects and write result files automatically.
| Back | FazBrowse Home | New Git URL |