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

Request: Add ability to FAIL_AND_CONTINUE instead of STOP when a Phase reaches max_repeats #1079

Open
Jamanaman opened this issue Jan 24, 2023 · 0 comments

Comments

@Jamanaman
Copy link

It would be useful if upon max repeats it could be configured to continue. This admittedly can be worked around by manually adding in repeats inside test phases but if you need to repeat a number of steps within a test phase and repeat measurements, it would be far cleaner to be able to use the PhaseResult.REPEAT option and then be able to FAIL_AND_CONTINUE on max repeats. I think this would probably be most easily handled as a kwarg for PhaseOptions but ideally it would be great to be able to configure a whole test so that all phases within the test would have this behaviour.

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

No branches or pull requests

1 participant