allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
341 stars 218 forks source link

🐞: Allure Report with Cucumber Passed When Last Step is Undefined #1029

Open eelrica opened 2 months ago

eelrica commented 2 months ago

What happened?

If the last cucumber step definition is undefined, allure report will pass the cucumber scenario.

Screenshot 2024-04-09 at 1 25 51 AM

If the second last cucumber step definition is undefined, allure report will skip the cucumber scenario.

Screenshot 2024-04-08 at 10 44 03 PM

Expected Behaviour: Both should return fail

Other screenshot:

Screenshot 2024-04-09 at 1 29 15 AM

What Allure Integration are you using?

allure-cucumber7-jvm

What version of Allure Integration you are using?

2.25

What version of Allure Report you are using?

2.25

Code of Conduct