info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
info
Appium SeeTest Extention supported only on grid tests
1. Add to Project dependencies
Gradle
repositories {
mavenCentral()
maven {
url "https://cloud.experitest.com/repo/"
}
}
dependencies {
//Appium - Junit specific
compile group: 'junit', name: 'junit', version: '4.12'
compile group: 'io.appium', name: 'java-client', version: '5.0.4'
compile group: 'org.webjars.npm', name: 'css-in-js-utils', version: '2.0.0'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'com.experitest', name: 'appium-seetest-extension', version: '+'
}
2. Initialize