MarketSquare / robotframework-retryfailed

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

First Testcase in a .robot file is always ran twice even though the testcase pass #5

Open sarathselvi opened 1 year ago

sarathselvi commented 1 year ago

Hello All, I have 4 testcases in a .robot file. I'm using Pabot to run it in a Jenkins Pipeline inside a Selenoid Docker. I'm using RetryFailed listener.The problem is first testcase in my .robot file always runs two times eventhough first run is pass. Any idea why this is happening? slack_3 slac_2 slac_1

sarathselvi commented 1 year ago

Please close the issue. Issue was due to a configuration error in jenkins