Sign inSign up

eamonwoortman/reportunit-docker

By eamonwoortman

Updated almost 10 years ago

ReportUnit image which can be used to generate an HTML report from an NUnit XML report

Image
0

1.3K

eamonwoortman/reportunit-docker repository overview

ReportUnit

ReportUnit image which can be used to generate an HTML report from an NUnit XML report using RelevantCode's ReportUnit v1.2.1.

Usage

To use the image, bind a folder containing your output XML and run the container with the input path(ie. where the NUnit XML is located) as parameter and optionally an output folder.

docker run -v /home/eamon/nunit-output/:/input \  
			eamonwoortman/reportunit-docker \
			"/input"

or

docker run -v /home/eamon/nunitoutput/:/input \ 
			eamonwoortman/reportunit-docker \
			"/input" 
			"/home/eamon/nunit-report"

Tag summary

Content type

Image

Digest

Size

52 MB

Last updated

almost 10 years ago

docker pull eamonwoortman/reportunit-docker