InnovationEngine
InnovationEngine copied to clipboard
FailFast in test mode
Currently test mode will continue past the first failure, sometimes this is useful but the majority of the time it would be better to fail fast.
Default behaviour should be to fail fast while (when we add proper CLI command structure) we could offer a command line switch to change to fail slow.