From 284ff4cea0cb2dd915de7954f48fd37d0092dd43 Mon Sep 17 00:00:00 2001 From: Stephen Agneta Date: Fri, 20 May 2016 10:30:01 -0400 Subject: [PATCH] Test target documented. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1f572f8..773a276 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ Build jar file within ./build/libs/jwtutil.jar $ gradle all ``` +## Tests + +Test report will be inserted into ./build/reports/tests/index.html + +```shell +$ gradle test +``` + + ## Publish Maven locally for testing This will generate the default Maven POM file within ./build/publications/maven/pom-default.xml