I am new to seeTest and just try a demo of record and playback feature. I copied the code but don't know from where can I find com.experitest.client
Where can I find jar files for com.experitest.client
1.3k views Asked by Dish At
1
I am new to seeTest and just try a demo of record and playback feature. I copied the code but don't know from where can I find com.experitest.client
You can add https://cloud.experitest.com/repo/ to your repositories, and pull the jar from there. for example, you are using Gradle: repositories {
... }
dependencies { ... testCompile group: 'com.experitest', name: 'seetest-client', version: '+' ... }
You can find more information here