Thanks Dmitri. Our requirements are somewhat different. We have Karate Framework API script files ready (.feature) To save JMeter scripting time, we are searching for something which can convert Karate script files to jmx.
Regards, Abhitosh Patil On Tue, Mar 25, 2025 at 11:10 PM Dmitri T <glin...@live.com> wrote: > I'm not aware of any converters, however you should be able to set proxy > for Karate< > https://github.com/karatelabs/karate#managing-headers-ssl-timeouts-and-http-proxy> > and record your .feature using JMeter's HTTP(S) Test Script Recorder< > https://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.html> > > In that case you will get a .jmx test script with all HTTP requests > captured, come correlation< > https://www.blazemeter.com/blog/correlation-in-jmeter> might be required, > the logic will be mainly transferred. > > ________________________________ > From: Abhitosh Patil <abhitosh...@gmail.com> > Sent: Tuesday, March 25, 2025 12:32 PM > To: JMeter Users List <user@jmeter.apache.org> > Subject: Convert karate file to jmx > > Hi, > > Is it possible to convert karate framework file (.feature) to JMeter (.jmx) > file? > > Regards, > Abhitosh Patil >