Hi we are using the Jenkins test rail plugin and we are getting false positives for test cases from scenario outlines.
The current implementation logs scenario outline example executions as multiple executions of the same test case in the same run. If the last example to run passed then the test case is passed, even if all other examples actually failed.
Has anyone experienced this behaviour and did you find a way to change it so if Any fail then the test case is failed or to list each example execution as a different test case?