Code that supports the tutorial Performance and load testing with Locust showcasing the integration between Xray Test Management on Jira and Locust, using a custom report.
In order to run this tutorial, you need to have Python and Locust (and Docker if you want to integrate with Graphana and Graphite).
Tests can be run using the command locust.
locust -f LocustScript.py --headless -u 50 -r 1 -t 1m --csv=exampleResults can be submitted to Jira so that they can be shared with the team and their impacts be easily analysed. This can be achieved using Xray Test Management as shown in further detail in this tutorial.
Any questions related with this code, please raise issues in this GitHub project. Feel free to contribute and submit PR's. For Xray specific questions, please contact Xray's support team.
