Hello,
I am running some tests with Robot Framework and updating the JIRA test tickets using XRAY plugin. XRAY is using the output.xml file created by Robot FW to extract the test result.
I have detected that when the Test Suite Setup fails, the tests are marked as FAILED but the XRAY plugin is ignoring them. It seems as they are failing due to the Test Setup fail, XRAY skip them.
But this is very confuse, for example, I have 60 tests, and after running them, the test execution created by XRAY only have 12 tests; if I check the output.xml file, I can see that the other 48 tests have "Parent suite setup failed" in the status.
Is there any way to configure XRAY to avoid skipping this situation?
Extract of the output.xml:
- test included by XRAY in the test execution JIRA ticket
- test skipped
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.