Good Afternoon!

one thing I was missing with travis-ci is a graph for the executed unit tests. 
In Jenkins there is the Junit plugin that will search for xml files and then 
provide a table view and a graph. I found this quite useful and it helped me to 
see that I once accidentally disabled the execution of many tests.

For modern CI systems there doesn't seem to be such a feature and I started to 
scratch my own itch and have built one. The backend is built using Pharo5, a 
python client for the upload and some very basic frontend code using reactjs. 
The name of the service is "bob-bench.org" and I would be very happy if you 
could modify your .travis.yml to upload test results to it.

The current main feature is to provide a simple "badge" that lists the number 
of tests (or failures/errors ) and can be put into the README.md next to your 
build status. More features are planned but if you have ideas feel free to drop 
me an email.

Documentation:          http://benchupload.readthedocs.io
Example usage:          https://github.com/moiji-mobile/smsc
Project overview:       https://bob-bench.org/r/gh/moiji-mobile/smsc


looking forward to more uploads

        holger

Reply via email to