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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: