Giter Site home page Giter Site logo

buibup / reportunit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reportunit/reportunit

0.0 2.0 0.0 45.34 MB

ReportUnit - report generator for the test-runner family

Home Page: http://reportunit.relevantcodes.com

License: MIT License

C# 60.27% HTML 25.29% CSS 7.74% JavaScript 6.70%

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

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

Watchers

James Cloos avatar  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.