I am using TestNg plugin to execute the testcases created in selenium frameworks.
My testsuites are saved along with sourcecode in a separate folder and after the "Source Code Checkout" plan execution the entire source code and testsuites will be saved in a server where bamboo agent is configured.
In TestNG plugin How can i specify the location or absolute path of the testng.xml file Inorder to execute the test cases.
As i am getting the below error when executing the testng plugin with previously configured bamboo agent location and server.
Error Message :
Parsing test results under D:\Bamboo\xml-data\build-dir\bamboo-plan-job1..
Failing task since test cases were expected but none were found.