I am using Runner.path("").parallel(20);
to execute the tests, but looks like the execution is not parallel after-all based on the time consumed and I think the Karate HTML report Summary also tells the same story.
As you can see, one scenario finishes and only then, in the timeline, another scenario starts to be executed. Any suggestions for this please?