I have Python bdd tests in Behave. Using version 1.2.6
The issue I'm facing is that Allure-behave reports failed suits as "Passed", even if it does show a failed step, and report it as such.
I have a behave.ini in my features folder with:
[behave.formatters]
allure = allure_behave.formatter:AllureFormatter
I run my tests with:
behave -f allure_behave.formatter:AllureFormatter -o allure-results
I do see that the result files being created by allure-behave does say the suits has passed, and is then in turn reported as such on the Allure UI