Comment 9 for bug 730891

Revision history for this message
Charlie Poole (charlie.poole) wrote : Re: GUI runner option to stop upon failure

I posted to the mailing list asking for opinions on this. You may want to join that thread.

From one comment, I began to wonder if your situation could be modeled using some level of setup. If a setup
fails, then all the tests under the control of that setup are immediately failed without trying to run them.

Of course, unrelated tests would continue to run but if you put the code in a high-level setup method, you could prevent lots of tests from running.