Karate UI - Running scenarios in parallel throws an error 'HttpHostConnectException: connect to localhost:9222'

后端 未结 2 1962
难免孤独
难免孤独 2020-12-12 08:26

I am trying to execute a feature with 3 scenarios in it using:

Results results = Runner.parallel(tagQuery, featurePaths, null, new ArrayList<>(), 3, k         


        
2条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 08:52

    I recommend using Zalenium like Remote Browser Grid to achieve parallelism and make sure that your scenario are self-contained or atleast keep feature independent.

提交回复
热议问题