How to build allure reports with gradle? #2859
Unanswered
deepakattri1702
asked this question in
Questions & Support
Replies: 1 comment
-
You can find the instructions in readme: https://github.com/allure-framework/allure-gradle |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was earlier using gradle plugin
io.qameta.allure:allure-gradle:2.8.1
and was able to build reports with gradle task
import io.qameta.allure.gradle.task.AllureReport
Now with the updated plugin
io.qameta.allure.gradle.allure:allure-plugin:2.12.0
It does not work anymore. Can you suggest some work around?
Beta Was this translation helpful? Give feedback.
All reactions