Allure reporting tool was working, now shows a blank report 'UNKNOWN' ??? #2851
-
Hi, I had a report setup and running with a Java 21 framework using Gradle with the following configuration. `plugins {
allure { Without making any changes to the test suite, the allure report became empty since yesterday. I can verify through the Cucumber test report and the junit XML file that all the tests are still running today and the results are still available. There are no errors output from the allureReport command. But somehow the report is no longer being generated with any data. I am confused as to what could have happened to cause it to fail. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I also tried the following configuration with the same result:
|
Beta Was this translation helpful? Give feedback.
-
The root cause was an unrelated change
was incorrectly set as 'allJvmArgs' |
Beta Was this translation helpful? Give feedback.
The root cause was an unrelated change
was incorrectly set as 'allJvmArgs'