Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeat Conditions for TestStep class #1171

Open
btyilmaz opened this issue Jul 7, 2023 · 3 comments
Open

Repeat Conditions for TestStep class #1171

btyilmaz opened this issue Jul 7, 2023 · 3 comments
Labels
Milestone

Comments

@btyilmaz
Copy link

btyilmaz commented Jul 7, 2023

Users may need to repeat a test step based on its verdict. We can add a feature so that user can enable repeat conditions from the test step settings panel similar to break conditions.

When this repeat conditions property is enabled, test step will be repeated until the condition is met. There may be additional settings such as the limit of maximum repeat count etc.

@btyilmaz btyilmaz changed the title Repeat Conditions for TestStep class [Feature] Repeat Conditions for TestStep class Jul 7, 2023
@rmadsen-ks
Copy link
Collaborator

This will be solved by the "Mixins" feature. #1175

@rmadsen-ks rmadsen-ks added this to the 9.22.0 milestone Aug 14, 2023
@rmadsen-ks rmadsen-ks changed the title [Feature] Repeat Conditions for TestStep class Repeat Conditions for TestStep class Aug 14, 2023
@rmadsen-ks rmadsen-ks modified the milestones: 9.22.0, Backlog Sep 6, 2023
@rmadsen-ks
Copy link
Collaborator

This can be added as a mixin now, but the feature itself will not be implemented in 9.22. Alternatively, we can provide the code to add the mixin as a plugin.

@btyilmaz
Copy link
Author

btyilmaz commented Sep 7, 2023

Hi @rmadsen-ks , thanks for the update. I think we can wait until releasing the mixin feature to develop a plugin for this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants