The Test Suite Run uuid. You can get this ID in the response when getting the Test Suite Run (https://docs.loadmill.com/integrations/rest-api#get-test-suite-run-test-suite-results).
</p>
Query Parameters
Name
Type
Description
forceFail=true
string
Using this filter option the user can stop the Test Suite Run and put its status to FAILED
Headers
Name
Type
Description
Authorization
string
Authentication token - you can generate it in the "User menu"> "Settings" > "Security"
Request Body
Name
Type
Description
additionalDescription
string
Will be added at the end of the Test Suite Run description
Create Load Test
POSThttps://app.loadmill.com/api/v1/tests
Create a load test from load test configuration
Headers
Name
Type
Description
Authorization
string
Authentication token - you can generate it in the "User menu"> "Settings" > "Security"
Request Body
Name
Type
Description
config
object
A load test configuration. The JSON test configuration may be exported from the Loadmill test editor or from an old test run. See a config example here - https://docs.loadmill.com/load-testing/configuration-files
Authentication token - you can generate it in the "User menu"> "Settings" > "Security".
Request Body
Name
Type
Description
additionalDescription
String
Add an additional description at the end of the current plan's description
labels
Array
An array of strings representing labels to filter the test plan execution. i.e. ["label1", "label2"]
Only test flows with matching labels will be included in the execution.
labelsExpression
String
String representing of labels expression to filter the test plan execution. i.e. (label1 | label2) & !label3 An expression may contain the characters ( ) & | ! (
overrideParameters
Object
name:value pairs to override the default parameters values of this specific run. i.e. {{"paramName1":"paramVal1"}, ...}
pool
String
Execute tests from a dedicated agent's pool (when using private agent)
parallel
String
Set the concurrency of a running test suites in a test plan. Max concurrency is 10
maxFlakyFlowRetries
String
The maximum number of retries for flaky test flows. If a test flow fails due to flakiness, it will be retried up to the specified number of times