-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with CI and test frameworks #385
Comments
You may check this post for integrating to Jenkins: http://www.testrisk.com/2016/01/performance-testing-on-ci-integration.html?m=1 |
I run locust from jenkins. It's not exactly a fun time, but with some effort it works. You can accomplish the basic things out of the box. You can administer locust via its api from jenkins to start and stop and the test ( On point two, I use the jenkins build flow plugin to orchestrate pre-test and post-test actions that run as isolated jenkins jobs. I actually deploy our locust cluster on-demand via ansible which allows me to easily reconfigure the test via job parameters in jenkins (since you need to point locust to a single file containing a single test configuration). |
Hi,
Trying to evaluate locust.io for our perf-testing needs. Have a couple questions to authors and community:
Point 2. actually boils down to requiring test level setup/teardown hooks that would set-up system under test to a required state before test and then afterwards do the cleanup. Maybe locust.io already provides this kind of functionality?
Thanks!
The text was updated successfully, but these errors were encountered: