Skip to content

How to generate Allure Report programmatically - after end of test suite #1304

Discussion options

You must be logged in to vote

@gauravr3
https://github.com/allure-framework/allure-gradle - you are welcome, but pay attention:
allure-gradle 2.9+ requires Gradle 5.0+
allure-gradle 2.11+ requires Gradle 6.0+

Groovy DSL:

plugins {
    id'io.qameta.allure' version '<latest>'
}

repositories {
    // Repository is needed for downloading allure-commandline for building the report
    mavenCentral()
}

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@kamil-nowocin
Comment options

@kamil-nowocin
Comment options

@kamil-nowocin
Comment options

@sabag
Comment options

Comment options

You must be logged in to vote
4 replies
@kamil-nowocin
Comment options

@baev
Comment options

@gauravr3
Comment options

@PavelMal
Comment options

Answer selected by baev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants