-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: testlink-plugin
-
None
-
Environment:Windows XP/ Jenkins 1.432/ TestLink 1.9.3 (Prague) / Jenkins TestLink Plugin 3.0.2/ Apache 2.2.21/ MySQL 5.5.16/ Maven 3.0.3/ Tomcat 7.0.22
I'm trying to use jenkins-testlink plugin for a test automation project. Test project consists of Java, Selenium, TestNG, Maven, Jenkins and TestLink. So I'm planing to use jenkins-testlink plugin to populate testcase statuses in testlink. I'm using Jenkins 1.432, TestLink 1.9.3 (Prague) and Jenkins TestLink Plugin 3.0.2. I've followed all the steps mentioned in tutorial to configure my project. Only difference is my project is a multi-module project and im using the parent pom file to drive the project (Single Build Steps->Advanced). Goal is install (I have all the parameters defined inside my parent and child pom files) When I build the project using Jenkins the build is successfully executed but it is unable to populate testcase statuses in TestLink. When I check the console log it says that its unable to find TestNG xml files. This means that it's unable to find the testng-results.xml files isn't it? Please help me on this. Thanks
Console Output after the maven Build Success is:-
Executing iterative Build Steps.
Looking for the test results of TestLink test cases.
Looking for test results in TestNG suites.
Found [0] TestNG XML(s).
Looking for test results in TestNG classes.
Found [0] TestNG XML(s).
Found 0 test result(s).
Updating TestLink test cases.
No emails were triggered.
Finished: SUCCESS