You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
This release adds retry logic for polling status of a running test. The RunTest task will no longer die in the event of a single error when it's polling for test status.
This release uses Feign and Jackson instead of HttpClient and Gson. Also adds support for getting high-level test statistics through the JSON API in addition to the HTML test report (requires Loadster Workbench 3.9.6 or higher).
This release fixes a possible race condition in which the test was finished but the test report had not yet been generated. The RunTest task now waits for test report creation before trying to save the report.
The first parameter is the path to the scenario you want to run. The second parameter is the output file on your local filesystem where you want the test report to be saved.