-
-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't generate allure report data #602
Comments
Also, sometimes for my ordinary working build I get the following error during Allure report generation:
|
@slipwalker could you please specify your allure-maven plugin version, maven version (result of |
@baev allure-maven plugin version is 2.8, maven version is 3.5.0 |
Hi, [INFO] Building CLP-REST 1.0-SNAPSHOT Please help! is it something wrong in my pom.xml `
|
The soapui project executed generate XML file with JUnit format, Allure support the XML JUnit format, why it's works using command line but with maven I have empty report ? |
This problem blocks the report generation, we can't use Allure.
|
Any update on this? we have the same issue. |
Seems the error can be avoided if delete the target/surefire-reports/TEST-Testsuite.xml file. But I am not sure what impact it will have. Thanks |
We are also facing this issue in production and it is critical. There does not seem to a workaround, except to ditch this plugin and execute allure or allure.bat directly, since the report generation itself works fine. |
I guess this one closed via allure-framework/allure-maven#59 |
Using a later version of allure-maven version resolved this issue. |
I've gotten this error during Allure report generation stage. This error happens only when I run the tests through the Grid (grid hub located on the same machine where build server is, its url mentioned in the stack trace error below). Any thoughts/suggestions on this one? Why this happens? Report is generated via Allure Maven plugin.
The text was updated successfully, but these errors were encountered: