-
Notifications
You must be signed in to change notification settings - Fork 6
Home
BlazeMeter API client provide you capabilities for working with BlazeMeter API from your Java application.
Just add the following dependency to your pom.xml file:
<dependency>
<groupId>x</groupId>
<artifactId>x</artifactId>
<version>x</version>
</dependency>
For easier development we wrapped a lot of additional options in one simple class: BlazeMeterUtils.java. See short instructions how you can use it.
If you use proxy server see instructions how to set up proxy.
Now a short list of features of this library:
-
- Get list of user Accounts;
-
-
Create Workspace;
-
Get list of Workspaces;
-
-
-
Create Project;
-
Get list of Projects;
-
Get list of Single Tests;
-
Get list of Multi Tests;
-
-
-
Create Single Test;
-
Get list of Single Tests;
-
Get list of Multi Tests;
-
-
-
Start;
-
Start external;
-
-
- Start;
-
- Start external;
-
-
Send data;
-
Post properties;
-
Download JTL report;
-
Terminate external;
-
-
-
Get public report link;
-
Download JUnit report;
-
Get list of Sessions;
-
Stop;
-
Terminate;
-
Get Master status;
-
Get summary report;
-
Get functional report;
-
Post notes;
-
Get CI status;
-