Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/niedbalski/nosetest-xunit-xslt
- Owner: niedbalski
- License: bsd-2-clause
- Created: 2012-04-11T22:56:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T20:40:30.000Z (about 8 years ago)
- Last Synced: 2024-10-15T08:32:40.173Z (3 months ago)
- Language: XSLT
- Homepage:
- Size: 21.5 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)