Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
Description
If the Robot XML results contain just a skip status (<status status="SKIP">), Xray interprets that it was skipped and will not show the Status; Xray expects <kw> element inorder to display the status.Â
Robot Framework allows us to Skip with a reason in the Status element (<status status="SKIP">Some reason</status>)
Xray should allow direct import of results as it is, without the need to have a <kw> block.