Have a very specific situation that i need to restart the test when my "if" statement is returning true.
Tried just to recall the same feature but seems not working.
Scanario: Test example
Given url TEST_URL
When method post
* if (response.fieldName <= 0) { karate.callSingle('feature_path.feature') }
Summarizing, would like that once the if statement is true then the test should restart from beginning
Thanks