You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: