Reputation: 613
https://gatling.io/docs/current/http/http_protocol/#http-protocol-connection-sharing
How do you share connections using karateProtocol
?
Upvotes: 3
Views: 349
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