Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Xray DC 7.11.3
-
None
-
None
-
- Data Center
Description
When importing Robot XML results, if one Test doesn't contain the kw tag, the Test will be ignored.
Steps to reproduce:
- Import a Robot XML file, and use a Test with the following structure:
<test id="s1-s3-t1" name="InProHub:Komplex_Zoom" line="86"> <tag>Component_Test</tag> <status status="FAIL" start="2025-05-05T19:09:39.696774" elapsed="0.004878">Parent suite setup failed: TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('xpath=(//tr[descendant::td[text()="TA_Prozess"]][1]//*[@title="Mehr Optionen"])') </status> </test>
This Test will be ignored, and the others will be correctly imported.
This happens via the API, Robot Framework XML results and also via the UI.
Expected Result:
- These Test results should be imported.