Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niedbalski/nosetest-xunit-xslt

XSLT template used to convert nose XUnit files to HTML.
https://github.com/niedbalski/nosetest-xunit-xslt

Last synced: about 1 month ago
JSON representation

XSLT template used to convert nose XUnit files to HTML.

Awesome Lists containing this project

README

        

# How to use it

```bash
$ sudo apt-get install xsltproc
$ wget https://raw.githubusercontent.com/niedbalski/nosetest-xunit-xslt/master/nosetests.xslt
$ xsltproc nosetests.xslt nosetests.xml > output.html
```

# How it looks like

![Screenshot](https://raw.githubusercontent.com/niedbalski/nosetest-xunit-xslt/master/screen.jpg)