Fork me on GitHub
#kaocha
<
2019-03-27
>
plexus07:03:30

good question... the short answer is, no, there's no timeout functionality in Kaocha. The longer answer is (as usual) you could try with a hook or plugin.

plexus07:03:19

I know the JVM has facilities for interrupting execution but I'm not familiar with how they work, so I can't help you much there.

nickmbailey13:03:45

my CI has built in timeouts so not a huge priority

nate16:03:29

I've been wanting to try Kaocha for a while, and I finally got it installed this morning

nate16:03:47

I really like the terminal reporting, it makes finding differences in data very easy

nate16:03:32

I was having difficulty getting the bin/kaocha --watch to work

nate16:03:04

just running bin/kaocha runs my tests and reports errors well, but adding --watch produces no output

nate16:03:03

is there anything I might be missing?