saenik / testlink-api-java-client

Automatically exported from code.google.com/p/testlink-api-java-client
0 stars 0 forks source link

Maven integration with Testlink tool - Dependencies issue #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

shabana-parveen commented 8 years ago

I am also facing the same issue while integrating TestLink via Maven. While its perfectly working fine with TestNG