Questions tagged [reportunit]

4 questions
1
vote
1 answer

Merge NUnit3 XMLs into one HTML for publishing to Jenkins

I have multiple testresult.xml (say testresultMachine1.xml, testresultMachin2.xml etc.) that I get by running my nunit3 tests on different machines during a Jenkins pipeline build. Now, I want to merge these XMLs on the master node and use…
Chubsdad
  • 24,777
  • 4
  • 73
  • 129
1
vote
0 answers

Getting ReportUnit to show attachments

I've got an NUNIT test suite that properly generates an xml file with attachments, but can't find if there is a way to get ReportUnit to show those attachments in the rendered HTML. Example - TestResult.xml contains:
0
votes
1 answer

NUnit test results and reportunit

I am currently using NUnit in Visual Studio to execute my Selenium tests. What I want is some good reporting and I found ReportUnit. What I cannot seem to figure out is where NUnit places the test result xml files on my machine. I am no tech-wiz so…
Anand
  • 1,899
  • 1
  • 13
  • 23
0
votes
2 answers

How can I use ReportUnit with NUnit3?

I have checked ReportUnit and it only supports NUnit 2 results. I couldn't use NUnit 3 results with ReportUnit. Are there any other tools that support an NUnit 3 xml file? Or does ReportUnit have NUnit 3 support?
Shesha
  • 1,857
  • 6
  • 21
  • 28