Reputation: 45
I would like to run Gatling tests (like provided in this repo) using the all-in-one jar file of Karate. I am stuck with how to do that.
Would you be able to give me a hint on how to get started here?
Upvotes: 1
Views: 209
Reputation: 58128
Gatling is not supported using the JAR. You have to have a Maven project. Here is an example: https://github.com/ptrthomas/karate-gatling-demo
Upvotes: 2