jmeter-analysis-maven-plugin icon indicating copy to clipboard operation
jmeter-analysis-maven-plugin copied to clipboard

Check result in ResultGroup doesnt work

Open vgurikar opened this issue 8 years ago • 0 comments

This is how it looks in the pom <requestGroups> <requestGroup> GetCodeWithoutcookie /2.0/oauth/authorize <checkResult> 250 <toleranceDirection>LOWER</toleranceDirection> 25 </checkResult> </requestGroup> Error output [ERROR] Failed to execute goal com.lazerycode.jmeter:jmeter-analysis-maven-plugin:1.0.6:analyze (default) on project jmeter-demo: Unable to parse configuration of mojo com.lazerycode.jmeter:jmeter-analysis-maven-plugin:1.0.6:analyze for parameter threshold: Cannot find 'threshold' in class com.lazerycode.jmeter.analyzer.CheckResult -> [Help 1]

vgurikar avatar Sep 13 '16 16:09 vgurikar