I want to integrate Jmeter with Jenkins for Functional and Performance testing. (Hope Jmeter is good for Functional testing and Performance both). Have created a Freestyle project with Necessary plugins, Performance, and Editable Email ones.
I am able to generate reports in Jenkins workspace using:
sh ./jmeter.sh -n -t jmx_path -l /workspace_path/result.csv -e -o /workspace_path/htmlReport
Also, able to attach index.html file in email. But the problem is it's not accessible as css and other related files are not there.
Please help me on this. Let me know if any other info is required from my end.
Thanks in advance.