Recent Discussions
Is there any option to give JiraTest id in importing xml file instead of relying on JiraTest's Name?
<?xml version="1.0" encoding="UTF-8"?> <testsuite name="Sample Test Suite" tests="2" failures="1" errors="0" skipped="0"> <testcase classname="com.example.tests.LoginTest" name="CP-15148"/> <testc...19Views0likes0CommentsWhat should be the format of testng-results.xml file to upload to link an existing Jira issue?
There is an existing Jira issue example: CP-1241. This was added as a tag to a test and this can be included in the testng-results.xml file after executing the test scenario. What is the correct form...61Views0likes1Comment