eyal-lezmy / GradleArchiveTest

Gradle plugin taht archives your tests reports automaticaly after your tests tasks has been executed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archive Test Gradle Plugin

plugin folder contains the Gradle plugin

sample folder contains a sample code that uses the plugin

Testing the plugin

  • Compile the plugin
./gradlew uploadArchives

The result will be push into a new folder repo, at the root of this folder.

  • Then, execute the sample
cd sample
../gradlew archivetest

About

Gradle plugin taht archives your tests reports automaticaly after your tests tasks has been executed

License:Apache License 2.0


Languages

Language:Groovy 100.0%