I am trying to distribute my karate tests using JobExecutor on 2 nodes. Currently I am doing on my local machine and it is starting the job server as well. But it is throwing error like "'url' is undefined" which I have set in karate-config.js file. Looks like it is not reading my karate-config.js file
Also How Can I run tests parallelly on one single node? Observed that test run one by one on node after distributing the tests
I am referring the code from the link https://github.com/karatelabs/karate/blob/master/examples/jobserver/src/test/java/jobtest/simple/SimpleLocalJobRunner.java
Please help. Thank you!!