Hi,
I write a code in Java and I would like to use in one ChainBuilder a couple of executions.
First execution should be done once and another until the test case is done (I don’t know jow many times).
Is there any way to use repeat method, like repeat(endOfScenario) or something?