Skip to content

Test Execution

Renaud Subiger edited this page Mar 17, 2022 · 2 revisions

Download log file

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 report

Generate a dashboard report for the given test execution.

GET /rest/jmeter/test-executions/{id}/generate-report

Response

Status: 202 Accepted

Download report

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

Table of Contents

Clone this wiki locally