I am trying to execute some tests using Karate Runner -
@KarateOptions(tags = {\"~@ignore\"})
//@KarateOptions(features = \"examples/test.feature\")
public
We did have an issue in 0.9.4 - so can you try with 0.9.5.RC5 and confirm.
Here is the issue: https://github.com/intuit/karate/issues/967
There was an issue (#1258) related with multi-thread.
When you try to run, sometimes chrome websocket answer back before the karate can handle that.
Fixed at 0.9.6 onward.