I'm trying to implement retry until the Scenario pass.
This code is working in the background or scenario :
* retry until response.status == 200
But my scenarios response codes are different like 200,204,404 I want to retry until the scenario pass not just a status code check. Because if I can't write in the background i must write this code to my every scenario.
Can i do that?