Giter VIP home page Giter VIP logo

nunit-html-report-generator's Introduction

NUnit HTML Report Generator

This project is used to convert NUnit (V2) generated XML result files into a self-contained Bootstrap 3 based HTML page. The page is designed to be responsive and viewable on mobile and desktop devices. It has been tested on Windows 8 under Chrome and IE and Chrome for Android.

##Example

##Building

  1. Open in Visual Studio 2012
  2. Click Build > Build Solution

##Running in Visual Studio Included in the project is an example NUnit XML results file originally found at vincentp-tests playground. The project has a debug command line arguement set in the project settings that will pass the filename of the example file into the software to generate a HTML file. Clicking the Start Debugging/F5 button in visual studio will run the software and generate a HTML file based on the example XML file. The output file will be found in the same directory as your executable (bin).

##Standard Usage Download the latest release from the releases page and extract the files onto your machine. The application can be called from the command line as follows:
NUnitHTMLReportGenerator.exe [input-path] [output-path]

##Disclaimer This project is maintained by Luke Browning on behalf of Jatech and is released under the GPLv2.0.

nunit-html-report-generator's People

Contributors

luke-browning avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nunit-html-report-generator's Issues

Failing report generation for NUnit 3.4.1

Once I upgraded to 3.4.1, the .xml is different from the earlier version. This is failing the report generator. Most of the properties the program is reading is now on the test-suite element and not on the test-run element.

<test-run id="2" testcasecount="2633" result="Skipped" label="Ignored" total="2633" passed="2583" failed="0" inconclusive="0" skipped="50" asserts="17002" engine-version="3.4.1.0" clr-version="4.0.30319.42000" start-time="2016-09-19 05:02:51Z" end-time="2016-09-19 05:03:50Z" duration="59.185056"> <test-suite type="Assembly" id="0-4564" name="UnitTests.dll" fullname="C:\Release\UnitTests.dll" runstate="Runnable" testcasecount="2633" result="Skipped" label="Ignored" start-time="2016-09-19 05:02:51Z" end-time="2016-09-19 05:03:50Z" duration="58.336762" total="2633" passed="2583" failed="0" inconclusive="0" skipped="50" asserts="17002"> <environment framework-version="3.4.1.0" clr-version="4.0.30319.42000" os-version="Microsoft Windows NT 6.3.9600.0" platform="Win32NT" cwd="C:\source" machine-name="MyMachine" user="Arun_Mahendrakar" user-domain="" culture="en-US" uiculture="en-US" os-architecture="x64" />

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.