An open API service indexing awesome lists of open source software.

https://github.com/rookieintraining/gradlereportingexample

A simple custom reporting example for Gradle
https://github.com/rookieintraining/gradlereportingexample

gradle reporting reporting-project testing

Last synced: about 2 months ago
JSON representation

A simple custom reporting example for Gradle

Awesome Lists containing this project

README

          

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](https://storage.googleapis.com/gradlereporterdemo/build/index.html).