MarketSquare / robotframework-retryfailed

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

Not possible to retry dependency #4

Open Jakub2013 opened 1 year ago

Jakub2013 commented 1 year ago

Hello,

In our case, we are using dependency library of robotframework-dependencylibrary==4.0.0 which marks TC to must run befor eg.

P_EH-T789: Edit My Profile Depends On Test P_EH-T787: Login

When we add the retry tag to the 789 test cases it is needed to execute (retry) 787 as well. Possible solution for us would be to retry the whole robot file. I miss this option in your library.

Can you please add such an option? Otherwise, it is not very useful for our scenario.

Regards, Jakub