You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example:
We have two scenarios - one pass and the second one is fail.
If we go into the failed scenario, we can see why it doesn't work after the second run.
In addition, we see the steps from the passed scenario and the steps from the first one that failed.
Expected result:
It would be nice to have both launches of the failed tests and mark the test based on the corresponded latest result.
Example:
First test failed / Second test passed - Result: passed
First test failed / Second test failed - Result: failed
The text was updated successfully, but these errors were encountered:
Hey @EugenePetrik
Looking to the your config and screens it looks like something wrong because according to the config you reported launch with cucumberNestedSteps: true but the screen looks like cucumberNestedSteps: false
Maybe it mistake and you have ran tests with not the same config?
Also unfortunately I cannot reproduce this issue maybe you can provide test example?
Thank in advance
Tool:
ReportPortal config:
Turn on rerun: true flag.
Example:
We have two scenarios - one pass and the second one is fail.
If we go into the failed scenario, we can see why it doesn't work after the second run.
In addition, we see the steps from the passed scenario and the steps from the first one that failed.
Expected result:
It would be nice to have both launches of the failed tests and mark the test based on the corresponded latest result.
Example:
The text was updated successfully, but these errors were encountered: