jchavarria19
4 years agoNew Contributor
How to link automated test case results with existing test cases
I am using the A.T.O.M Test Automation plugin to import Test Results in one test cycle. The Test Automation Framework is Robot Framework and the output result in in the XUnit XML Format.
I am able to "Upload" the XML report as a Task and execute it. It is marked as "SUCCESS". The existing Test Case in Jira is "AMPAND-123", so we expected this test case to be marked as PASSED/FAILED. However the execution created a new Issue in Jira AMPAND-2041 and marked it as PASSED instead of using the existing AMPAND-123 issue.
1. What should we modify to stop creating new test cases when executing uploaded results? (result-xunit.xml)
2. Is it possible to import results from RobotFramework test Report? (example output.xml)