AzureEngine |
AzureEngine.assets(File... files) |
Allows specifying asset files that need to be uploaded to Azure Load Testing for proper test
plan execution.
|
AzureEngine |
AzureEngine.engines(int count) |
Specifies the number of JMeter engine instances where the test plan should run.
|
AzureEngine |
AzureEngine.location(String location) |
Specifies the location where to create new resource groups.
|
AzureEngine |
AzureEngine.monitoredResources(String... resourceIds) |
Allows registering application components to monitor and collect statistics alongside the test
collected statistics.
|
AzureEngine |
AzureEngine.resourceGroupName(String resourceGroupName) |
Specifies the name the resource group where tests will be created or updated.
|
AzureEngine |
AzureEngine.splitCsvsBetweenEngines(boolean enabled) |
Allow to enable/disable splitting provided CSV files between test engines.
|
AzureEngine |
AzureEngine.subscriptionId(String subscriptionId) |
Allows specifying the Azure subscription ID to run the tests on.
|
AzureEngine |
AzureEngine.testName(String testName) |
Specifies the name of the test to be created or updated.
|
AzureEngine |
AzureEngine.testResourceName(String testResourceName) |
Specifies the name of the test resource where tests will be created or updated.
|
AzureEngine |
AzureEngine.testRunName(String testRunName) |
Allows to specify the name for the individual test run.
|
AzureEngine |
AzureEngine.testTimeout(Duration duration) |
Specifies a timeout for the entire test execution.
|