Is your feature request related to a problem?
Description
I have tried to implement a repeat extension as fedor.belov wrote here.
With small change of public class RepeatExtension implements IAnnotationDrivenExtension<Repeat> instant of public class RepeatExtension extends AbstractAnnotationDrivenExtension<Repeat>
This is working great in tests without where: block.
With where block (in debugging) can see that children created under this and as object himself.
I'm not sure but it look why it delicate the repeat in
To Reproduce
Add extension as fedor.belov wrote and try to run @repeat in test with where: block more that 2 times.
Describe the solution you'd like
Be able to have this @repeat extension and use it with where: block
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem?
Description
I have tried to implement a repeat extension as fedor.belov wrote here.
With small change of
public class RepeatExtension implements IAnnotationDrivenExtension<Repeat>instant ofpublic class RepeatExtension extends AbstractAnnotationDrivenExtension<Repeat>This is working great in tests without
where:block.With where block (in debugging) can see that children created under this and as object himself.
I'm not sure but it look why it delicate the repeat in
To Reproduce
Add extension as fedor.belov wrote and try to run @repeat in test with where: block more that 2 times.
Describe the solution you'd like
Be able to have this @repeat extension and use it with where: block
Describe alternatives you've considered
No response
Additional context
No response