I am trying to integrate ny Webdriver scripts withTestlink. But I am not able
to download the dependencies required through maven. Below is my pom.
<dependencies>
<dependency>
<groupId>br.eti.kinoshita</groupId>
<artifactId>testlink-java-api</artifactId>
<version>1.9.8-1</version>
</dependency>
...
</dependencies>
I am able to download this api. But I get below error for some client api.
package testlink.api.java.client does not exist
When I run selenium test from TestNG, it works fine,Testresults are getting
updated in Testlink but when I run entire suite from Maven, error is thrown.
PS: while runnning on local system throguh testng I have added
testlink-api-client-2.0 jars manually in build path.
I guess its a dependency issue.
Can someone please guide me from where to download these dependencies.
Original issue reported on code.google.com by pawandee...@gmail.com on 5 Dec 2014 at 6:00
Original issue reported on code.google.com by
pawandee...@gmail.com
on 5 Dec 2014 at 6:00