junit - Can Behat treat scenario with undefined step as failed? -
Especially I am interested in marking Jenkins as the reason (or bugs) for failing in undefined steps in any scenario. Beat integration with Jenkins, is done through JUNIT format reports.
Then,
Question 1: Can the UGIT report write for the situation with an undefined step due to failing? Question 2: I have seen that the return code of beta = 0 if all the tests have been successful, but some of them are undefined steps. Are there any flags to change this behavior, and for such cases, there is a Bihat return code other than 0?
You can use the plugin to search the console log to match RegEx to "undefined step" You can use it, and if it is found then change the build position.