unclelim12
unclelim12

Reputation: 613

Sharing connections in karate gatling load tests

https://gatling.io/docs/current/http/http_protocol/#http-protocol-connection-sharing

How do you share connections using karateProtocol?

Upvotes: 3

Views: 349

Answers (1)

Peter Thomas
Peter Thomas

Reputation: 58058

This is not supported directly. This is an opportunity for you to contribute to Karate :)

Note that this may require you to implement a custom HttpClient which is not too complicated - if you know Java: https://github.com/intuit/karate/tree/master/karate-mock-servlet#switching-the-http-client

Upvotes: 2

Related Questions