chbndrhnns
chbndrhnns

Reputation: 45

Run Gatling tests with karate.jar

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

Answers (1)

Peter Thomas
Peter Thomas

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

Related Questions