Automatically generate single html file #2888
Unanswered
n0krashy
asked this question in
Questions & Support
Replies: 2 comments 7 replies
-
You can use either the Allure Maven Plugin or the Allure Gradle Plugin. |
Beta Was this translation helpful? Give feedback.
6 replies
-
What did you mean by "generate it upon running the testng.xml file if possible"? Could you tell me if you're using an IDE to run the file or some other tool? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to ask how to automatically generate single html file after each run?
I'm using java, TestNG, Cucumber, Maven with allure
I'm aware of the command
$ allure generate --single-file allure-results
But I want to make it automatic after each testng.xml file run
Beta Was this translation helpful? Give feedback.
All reactions