Sign inSign up

eamonwoortman/unity_nunit_printer

By eamonwoortman

Updated over 9 years ago

A Unity NUnit Test result parser which prints the results to the console

Image
0

1.3K

eamonwoortman/unity_nunit_printer repository overview

unity_nunit_result_printer

A Unity NUnit Test result parser which prints the results to the console

Usage

To use the python script, simply provide a path to the Unity NUnit result XML file

For example:

	unity_nunit_printer.py /home/eamon/nunit-output/unit_test_results.xml

If you want to use the Docker image, bind a folder containing the result file and supply the container file path.

docker run -v /home/eamon/nunit-output/:/input \  
			eamonwoortman/unity_nunit_printer \
			python /app/unity_nunit_printer.py /input/unit_test_results.xml

Tag summary

Content type

Image

Digest

Size

27.7 MB

Last updated

over 9 years ago

docker pull eamonwoortman/unity_nunit_printer