Hello,
Currently I have a jmeter complete with phantomjs plugin to receive both front and back end response times of my web applications, I wish to plot these results on jenkins.
My current solution is to export jmeter results as a .csv file and then import this file to jenkins and plot specific index values, although jenkins currently does not support .csv files fully and I've had some unusual results.
Could anyone recommend some alternatives to make this combination of jmeter, phantomjs and jenkins work?
Thanks,