You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using xmlrunner to generate the xml report which looks like this :
testcase classname="FunctionalTest" name="test_1_1_1_1_FunctionalTest" time="1.413"/
In jenkins, this is listed under :
/root/FunctionalTest/
I want to replace the /root Package name with the testcase Class name ie. FunctionalTest.
Please suggest.
The text was updated successfully, but these errors were encountered:
I'm facing issue for jenkins root package name .
Im using xmlrunner to generate the xml report which looks like this :
testcase classname="FunctionalTest" name="test_1_1_1_1_FunctionalTest" time="1.413"/
In jenkins, this is listed under :
/root/FunctionalTest/
I want to replace the /root Package name with the testcase Class name ie. FunctionalTest.
Please suggest.
The text was updated successfully, but these errors were encountered: