Automation Testing tool for service and browser testing
In build.gradle
repositories {
jcenter()
maven {
url 'https://github.com/c3riley/maven-repository/raw/master/'
}
}
dependencies {
compile 'org.testah:testah-junit:0.1.10'
}