在构建 maven 项目后,我想独立运行 jmeter 测试。我转到 jmeter bin 文件夹并执行:
jmeter -n -t $jmxFile -l $jtlFile
但我得到了错误:
/tmp/hudson2322728548480325736.sh: line 7: jmeter: command not found
Build step 'Execute shell' marked build as failure
我可以使用哪些命令?
假设我在一个特定文件夹下有 jmx 文件。如果有其他方法可以运行这些测试,请告诉我。
提前致谢。