oldani / HtmlTestRunner

A Test Runner in python, for Human Readable HTML Reports
MIT License
295 stars 171 forks source link

Command line wrapper #60

Open jgsuess opened 5 years ago

jgsuess commented 5 years ago

Description

I am trying to run the Html generation of a CI commandline and would like to avoid writing additional code generation boilerplate. The xmlrunner has a canned invocation as below. Any chance you could add such a feature?

https://github.com/xmlrunner/unittest-xml-reporting/blob/master/xmlrunner/__main__.py