https://github.com/bearddan2000/java-cli-gradle-pmd-junit-test-html-xml-hello-world
Analyze source code for potential bugs.
https://github.com/bearddan2000/java-cli-gradle-pmd-junit-test-html-xml-hello-world
cli gradle hello html java junit pmd spotbugs test world xml
Last synced: 2 months ago
JSON representation
Analyze source code for potential bugs.
- Host: GitHub
- URL: https://github.com/bearddan2000/java-cli-gradle-pmd-junit-test-html-xml-hello-world
- Owner: bearddan2000
- Created: 2021-12-09T15:49:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T15:49:49.000Z (over 4 years ago)
- Last Synced: 2025-01-29T16:32:50.600Z (over 1 year ago)
- Topics: cli, gradle, hello, html, java, junit, pmd, spotbugs, test, world, xml
- Language: Shell
- Homepage: https://github.com/bearddan2000/java-cli-gradle-pmd-junit-test-html-xml-hello-world
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-cli-gradle-pmd-junit-test-html-xml-hello-world
## Description
Analyze source code for potential bugs.
Analyze source code for potential bugs.
A POC for gradle app using JUnit.
Uses test task to dump html and xml
to shared folder.
## Tech stack
- java
- gradle
- pmd
- spotbugs
- junit
## Docker stack
- gradle:jdk11
## To run
`sudo ./install.sh -u`
## To stop
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
[Code concept](https://github.com/eugenp/tutorials/tree/master/maven-modules/maven-integration-test)
[Path to reports](https://courses.cs.washington.edu/courses/cse331/19wi/docs/tools/test-reports.html)
[Code for test task](https://stackoverflow.com/questions/25963554/how-to-make-gradle-build-produce-html-test-report-instead-of-xml-default)