MarketSquare / robotframework-retryfailed

A listener to automatically retry tests or tasks based on tags.
Apache License 2.0
12 stars 6 forks source link

Show both failures when retry does not help #2

Open mkorpela opened 2 years ago

mkorpela commented 2 years ago

First failure could be different and we might mask that on the second try.

Leemur89 commented 1 year ago

This is already feasible, it just lack documentation :) By checking inside the code I managed to find out that you simply need to pass True as second argument for the listener: --listener RetryFailed:1:True

Leemur89 commented 1 year ago

I've raised a PR to document that -> https://github.com/MarketSquare/robotframework-retryfailed/pull/7