Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 347 Bytes

File metadata and controls

7 lines (4 loc) · 347 Bytes

An easy way for generating reports in gradle. Can be used in projects where the reports are not more than 2 html pages. Works only for a single junit xml file

To generate the report :

gradle clean resultGenerator

An example of the result generated can be viewed here.