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
- Host: GitHub
- URL: https://github.com/rookieintraining/gradlereportingexample
- Owner: rookieInTraining
- License: gpl-3.0
- Created: 2019-01-15T14:00:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T15:18:04.000Z (over 7 years ago)
- Last Synced: 2025-12-07T04:59:58.377Z (6 months ago)
- Topics: gradle, reporting, reporting-project, testing
- Language: CSS
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).