Skip to content

Capability of repeat (number of times) for a test with where: block #1419

@Guter1988

Description

@Guter1988

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions