Forum Discussion

yuraku's avatar
yuraku
Contributor
8 years ago

3d party reporting tool for maven build

 Hi.

 

I'm trying to add 3dparty reporting tool (Allure) instead of the default (JUnit style HTML report) and after configuration build was passed without report due to lack of test results.

 

Where can i found junit test results? (xml)

1 Reply

  • Hi,

     

    Did you specify for the JUnit reports to be created using the setting <junitReport>true</junitReport>?  If so the reports go in the same directory maven is ran in, or the output folder you specified in the <outputFolder> setting.

     

     

    Regards,

    Marcus

    SmartBear Support