Description
Currently, only the results PASSED and FAILED are considered when importing Cucumber execution results. Xray must also support any configured status, native or custom.
To calculate the final status, if a step status is found that is not PASSED or FAILED, then the scenario result is the result of this step.
A very common result in Cucumber is "PENDING". If one of the steps is not implemented, the step result is PENDING. If this custom status exists in Xray, then the Test result should also be PENDING.