Giter VIP home page Giter VIP logo

reportunit's Introduction

Important

ReportUnit is not maintained and will be replaced by extentreports-dotnet-cli. The new CLI allows integration with the Extent Framework which has a host of existing reporters which are actively maintained along with the framework's report server Klov.

A sample created by the extent cli: Sample.


Build Status FOSSA Status

ReportUnit

ReportUnit is a report generator for the test-runner family. It uses stock reports from NUnit, MSTest and Gallio and converts them into attractive HTML reports with dashboards.

Samples:

Download Exe

Download using this link.

Usage: Building Folder-Level Summary

You can either generate a report for all files in a folder, or simply convert a given file. Both methods are shown below.

To build a summary for all supported test runner files, simply open cmd.exe and point to the folder where the XML files are stored:

reportunit [input-folder-path]
reportunit [input-folder-path] [output-folder-path]
// all files will be created in the current folder
reportunit .

// all files will be created in the my-folder
reportunit "c:\my-folder"

// files will be created in output-folder
reportunit "c:\my-folder" "c:\output-folder

Usage: Building TestSuite-Level Summary

To build report from any NUnit TestResult XML file, point to the input file and also specify the name of the output file:

reportunit [input-file]
reportunit [input-file] [output-file]
reportunit "C:\my-folder\result.xml"
reportunit "C:\my-folder\result.xml" reportunit "C:\output-folder\report.html"

Snapshots

Folder

File

License

FOSSA Status

reportunit's People

Contributors

0xdv avatar anshooarora avatar artum avatar azmelanar avatar baswas avatar carlosrfernandez avatar cedev avatar danubert avatar dereksmorin avatar dp0h avatar ekirmayer avatar espenalb avatar gardient avatar jeremy-chu-ts avatar johng14 avatar kirokuan avatar mr-raptor avatar saan800 avatar timabell avatar

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.