When running testbox watch, failing test show an error message and then restart the watcher. This is due to the Command DSL now throwing a proper exception when a command sends a failing exit code. The proper way to handle a command which may fail by design is with a try catch.
When running testbox watch, failing test show an error message and then restart the watcher. This is due to the Command DSL now throwing a proper exception when a command sends a failing exit code. The proper way to handle a command which may fail by design is with a try catch.