/Testah

Automation Testing tool for service and browser testing

Primary LanguageJavaMIT LicenseMIT

Testah

Automation Testing tool for service and browser testing

Using Project

In build.gradle

repositories {
    jcenter()
	maven {
            url 'https://github.com/c3riley/maven-repository/raw/master/'
    }
} 
 
dependencies {
    compile 'org.testah:testah-junit:0.1.10'
}