Run JMeter script from command line and create HTML Report
Below mentioned command will run your jmx file and create results in csv and HTML format
jmeter -n -t “Demo.jmx” -l “DemoResult.csv” -e -o “DemoHtmlReport”
Let's understand the above command
Prerequisite
To run the above command you need to take the...
hashcodehub.hashnode.dev1 min read