I would like to invoke Locust load tests through an API to be able to start tests from a CI tool.
I dont see much documentation about such a scenario, there is no "Runner" or a similar class in the locust API documentation.
I checked the "locust" command which becomes available, after installation in Windows . It is a .exe so not sure what it does and how it actually starts the test
So , the specific question is, is there an interface to start the test from another Python program