io.qameta.allure-report
Owner: Qameta CI
Adds a task to build Allure report for the current project
https://github.com/allure-framework/allure-gradle
Sources: https://github.com/allure-framework/allure-gradle.git
Version 2.12.0 (latest)
2.12.0
Created 30 July 2024.
Adds a task to build Allure report for the current project
Add this plugin to your build using the plugins DSL:
plugins {
id("io.qameta.allure-report") version "2.12.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.qameta.allure.gradle.report:allure-report-plugin:2.12.0") } } apply(plugin = "io.qameta.allure-report")
- Applying plugins to all subprojects .