Add an option to control whether generates html report for test suite collection

I am more used to read the the html test suite collection report, because it is more friendly and has failed screenshots.

But now I have to export the test suite collection report first, then I can get the html report. It is not convenient. I think it would be better to add an option to control whether generate html report for test suite collection.

I also need this, mainly because i want to run tests collections on jenkins and use the “Publisher HTML Plugin” to link the ‘index.html’ file to jenkins job. There’s a way to export to html using some parameter on console mode ?