Karate Runner hangs at waiting for parallel features to complete

前端 未结 2 918
日久生厌
日久生厌 2021-01-13 02:56

I am trying to execute some tests using Karate Runner -

@KarateOptions(tags = {\"~@ignore\"}) 
//@KarateOptions(features = \"examples/test.feature\")
public         


        
相关标签:
2条回答
  • 2021-01-13 03:50

    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

    0 讨论(0)
  • 2021-01-13 03:52

    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.

    0 讨论(0)
提交回复
热议问题