Hi
Is there a way to publish NUNIT xml reports using FinalBuilder or FinalBuilder server ? I have read in few places it’s possible but couldn’t find instructions how to do that.
Can anyone help ?
Hi
Is there a way to publish NUNIT xml reports using FinalBuilder or FinalBuilder server ? I have read in few places it’s possible but couldn’t find instructions how to do that.
Can anyone help ?
Hi EF,
If you include your NUnit tests into the FinalBuilder project and then run them from your FinalBuilder server they will automatically be published.
With your build you will then see the line “Test Results:X Passed, Y Failed.” in the FinalBuilder server project build summary. Clicking this link will take you to a more detailed view of what failed and what succeeded.
Hi
I don’t want to run the tests with FB we have another tool for that.
I want that after running our tool FB will load the xml files reports and publish the reports, is that possible ?
I tried to create a FB project that load the Nunit xml report files but when I run it with the server I get this error
Project failed to complete successfully.
FBCmd Error: 23 : EMPTYMAINACTIONLIST
Hi EF,
This is most likely because your running a project with no actions.
Run a project with the “Load NUnit XML” action pointed at the output of your other tool. You should then see these metrics imported into Finalbuilder Server.