Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
R3.0.3
-
None
-
None
-
R3.1.0 S2
-
Description
When importing Robot Framework execution results, If no Test is found with the same Test definition, Xray tries to create a new Test.
If for some reason the Test creation fails, Xray will throw a NullPointerException.
Xray must catch this case and return to the user the reason why the Test has failed.
Example on how to reproduce:
step | Result |
---|---|
create a custom validator on Create Issue transition so the Test cannot be create | - |
import execution results with a test definition that currently does not exist | Xray will throw NullPointerException |