It's quite helpful to have the current feature where the test immediately stops once something goes wrong, however I sometimes want to run it for a definite length of time and collect any errors if present for the sake of analysis. Just like how there's an option to select infinite runtime for a test, can there be an option to stop after infinite errors? (basically to just have it not stop until the provided time is over)
It's quite helpful to have the current feature where the test immediately stops once something goes wrong, however I sometimes want to run it for a definite length of time and collect any errors if present for the sake of analysis. Just like how there's an option to select infinite runtime for a test, can there be an option to stop after infinite errors? (basically to just have it not stop until the provided time is over)