info(Console.RED + s"$shortName .. failed")
CucumberRunner.numFailures.incrementAndGet()
handle(new OptionalThrowable(), Status.Success)```
- Would it not be better if this was Status.Failure? or something that more accurately reflects the failed scenario
Inside
CucumberRunner
: