JMeter possible to run via command line, here example :
1. Navigate to the bin directory of your JMeter installation using the command prompt or terminal.
2. Use the following command to run JMeter in non-GUI mode:
jmeter -n -t [test file path] -l [result file path]
3. Enter
#jmeter #commandline #automation #ci #cd