| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.listeners |
| Modifier and Type | Method and Description |
|---|---|
static HtmlReporter |
JmeterDsl.htmlReporter(String reportsDirectory)
Builds an HTML Reporter which allows easily generating HTML reports for test plans.
|
static HtmlReporter |
JmeterDsl.htmlReporter(String reportsDirectory,
String name)
Builds an HTML Reporter which allows easily generating HTML reports for test plans.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlReporter |
HtmlReporter.apdexThresholds(Duration satisfiedThreshold,
Duration toleratedThreshold)
Allows to configure general Apdex thresholds for all requests.
|
HtmlReporter |
HtmlReporter.timeGraphsGranularity(Duration granularity)
Allows specifying the granularity for time graphs.
|
HtmlReporter |
HtmlReporter.transactionApdexThresholds(String sampleLabelRegex,
Duration satisfiedThreshold,
Duration toleratedThreshold)
Allows to configure a particular sample label Apdex thresholds.
|
Copyright © 2024. All rights reserved.