-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Labels
Description
Hi,
I am using allure-behave=2.8.19 version(latest) and I see issues with the status for few of the steps in behave.
I am using a behave + allure-behave formatter for json file generation. I also have retry logic in my code.
Whenever the x step fails in my code x+1,x,+2.. are marked as pass in 1st try. In the second try x+1x+2 is marked as skipped
I am not sure, what is happening. Need help!! Thanks