BlazeMeterEngine |
BlazeMeterEngine.assets(File... files) |
Allows specifying asset files that need to be uploaded to BlazeMeter for proper test plan
execution.
|
BlazeMeterEngine |
BlazeMeterEngine.availableDataTimeout(Duration availableDataTimeout) |
Specifies a timeout for waiting for test data (metrics) to be available in BlazeMeter.
|
BlazeMeterEngine |
BlazeMeterEngine.holdFor(Duration holdFor) |
Specifies the duration of time to keep the virtual users running, after the rampUp period.
|
BlazeMeterEngine |
BlazeMeterEngine.iterations(int iterations) |
Specifies the number of iterations each virtual user will execute.
|
BlazeMeterEngine |
BlazeMeterEngine.location(String location,
int weight) |
|
BlazeMeterEngine |
BlazeMeterEngine.location(BlazeMeterLocation location,
int weight) |
Allows specifying BlazeMeter locations where the test plan will run.
|
BlazeMeterEngine |
BlazeMeterEngine.projectId(long projectId) |
Specifies the ID of the BlazeMeter project where to run the test.
|
BlazeMeterEngine |
BlazeMeterEngine.rampUpFor(Duration rampUp) |
Sets the duration of time taken to start the specified total users.
|
BlazeMeterEngine |
BlazeMeterEngine.testName(String testName) |
Sets the name of the BlazeMeter test to use.
|
BlazeMeterEngine |
BlazeMeterEngine.testTimeout(Duration testTimeout) |
Specifies a timeout for the entire test execution.
|
BlazeMeterEngine |
BlazeMeterEngine.threadsPerEngine(int threadsPerEngine) |
Specifies the number of threads/virtual users to use per BlazeMeter engine (host or
container).
|
BlazeMeterEngine |
BlazeMeterEngine.totalUsers(int totalUsers) |
Specifies the number of virtual users to use when running the test.
|
BlazeMeterEngine |
BlazeMeterEngine.useDebugRun() |
Specifies that the test run will use BlazeMeter debug run feature, not consuming credits but
limited up to 10 threads and 5 minutes or 100 iterations.
|
BlazeMeterEngine |
BlazeMeterEngine.useDebugRun(boolean enable) |
Same as useDebugRun() but allowing to enable or disable the settign.
|