Hello, I am trying to automate Cucumber-Selenium scripts for performance testing. I don't want to maintain two copies of tests for UAT and performance. As a result, I would like:
1) fire up Jmeter Proxy by Jenkins 2) record browser requests done by my already automated scenarios 3) stop proxy in Jenkins job 4) save recorded http requests as a new *.jmx file in Jenkins job The Jenkins part is not important, as long as it can be done from CLI or Java app, I would be able to make it work in Jenkins. Thank you! Rusman
