1

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.

enter image description here

As you can see, one scenario finishes and only then, in the timeline, another scenario starts to be executed. Any suggestions for this please?

xploreraj
  • 3,792
  • 12
  • 33
  • 51
  • you can't use the JUnit support for parallel execution, refer linked answer. if you still have problems, follow this process: https://github.com/karatelabs/karate/wiki/How-to-Submit-an-Issue – Peter Thomas Apr 12 '23 at 15:22

0 Answers0