@Mojo(name="results",
defaultPhase=VERIFY)
public class CheckResultsMojo
extends AbstractJMeterMojo
LifecyclePhase.VERIFY.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ignoreResultFailures
Sets whether build should fail if there are failed requests found in the JMeter result file.
|
protected boolean |
scanResultsForFailedRequests
Sets whether ResultScanner should search for failed requests in the JMeter result file.
|
protected boolean |
scanResultsForSuccessfulRequests
Sets whether ResultScanner should search for Successful requests in the JMeter result file.
|
appendResultsTimestamp, confFilesDirectory, customPropertiesFiles, eventScheduleScript, generateReports, JMETER_ARTIFACT_NAME, JMETER_ARTIFACT_PREFIX, JMETER_CONFIG_ARTIFACT_NAME, JMETER_GROUP_ID, jmeterDirectory, jMeterProcessJVMSettings, JORPHAN_ARTIFACT_NAME, LINE_SEPARATOR, logsDirectory, mojoExecution, overrideRootLogLevel, perfanaAnnotations, perfanaApplication, perfanaApplicationRelease, perfanaAssertResultsEnabled, perfanaCIBuildResultsUrl, perfanaConstantLoadTimeInSeconds, perfanaEnabled, perfanaEventProperties, perfanaRampupTimeInSeconds, perfanaTestEnvironment, perfanaTestRunId, perfanaTestType, perfanaUrl, perfanaVariables, postTestPauseInSeconds, projectBuildDirectory, proxyConfig, remoteConfig, reportDirectory, resultsDirectory, resultsFileNameDateFormat, settings, skipTests, suppressJMeterOutput, testConfigFile, testFilesBuildDirectory, testFilesDirectory, testFilesExcluded, testFilesIncluded, testResultsTimestamp, useMavenProxy| Constructor and Description |
|---|
CheckResultsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Scan JMeter result files for successful, and failed requests/
|
computeJMeterArgumentsArray, execute, loadMavenProxy@Parameter(defaultValue="false") protected boolean ignoreResultFailures
@Parameter(defaultValue="true") protected boolean scanResultsForFailedRequests
@Parameter(defaultValue="true") protected boolean scanResultsForSuccessfulRequests
public void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
doExecute in class AbstractJMeterMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2018–2019. All rights reserved.