-
Notifications
You must be signed in to change notification settings - Fork 4
Test Execution
Renaud Subiger edited this page Mar 17, 2022
·
2 revisions
Download the test execution log file.
GET /rest/jmeter/test-executions/{id}/logfile
Response
Status: 200 OK
Content-Disposition: form-data; name="attachment"; filename="log.jtl"
Content-Type: text/plain
Generate a dashboard report for the given test execution.
GET /rest/jmeter/test-executions/{id}/generate-report
Response
Status: 202 Accepted
Download the test execution report if it exists.
GET /rest/jmeter/test-executions/{id}/report
Response
Status: 200 OK
Content-Disposition: form-data; name="attachment"; filename="report.zip"
Content-Type: application/octet-stream