Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Professionals,

How to convert nunit xml report to html report automatically.

Please give me a step by step explanation.

i have been searching in lot of websites.Still i didnt get a proper procedures.


Please help me am in big trouble.


Please save me..
Posted

There are solutions to do this for you: See here[^] for a discussion on these.
 
Share this answer
 
Comments
nixonanand 25-Mar-14 0:21am    
Thanks for your reply.i have already seen this websites.that is not properly.
Keith Barrow 25-Mar-14 5:35am    
It sounds more like you have a specific problem, or you want to do things in a certain way - the discussion on Stack Overflow are common ways to have the results in HTML. Can you update your question with more e.g. what you want (converting the xml report into html covers a lot of bases) or what you have tried and what isn't working - as I say the technologies described here work for a lot of people.
You can also try ReportUnit, which also supports Gallio and MSTest: http://relevantcodes.com/reportunit-report-generator/

This is a simple exe file that will convert your xml report into an HTML dashboards (samples):

- Folder-level dashboard: http://relevantcodes.com/Tools/ReportUnit/Index.html
- File-level: http://relevantcodes.com/Tools/ReportUnit/NUnit-TestResult.html

Usage:

reportunit "path-to-folder" // folder-level report
reportunit "path-to-folder" "output-folder" // folder-level report
reportunit "Result.xml" "generated.html" // file-level report
 
Share this answer
 
v8

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900