[Testbox 4.5.0] Is It Possible to Halt Test Execution on First Fail?

Some of my tests take a long time to execute, and it would be great if I could halt the whole process if/when the first spec fails. I looked through the docs and didn’t see anything related to this. I also checked my runner.cfm file to see if there was an obvious setting.

If this doesn’t exist, it might be a nice feature to add! :slight_smile:

It absolutely does. The URL param (or param to the testbox run command) is “eagerFailure=true”

That should be in the docs too, though. I will check and make sure to add that

Thank you! I did a search for eagerFailure in the docs and found it listed under the run() arguments.

I guess we can chalk it up to me using the wrong vocabulary.

Dave