Using plugin with locust==1.6.0
zheng022 opened this issue · 1 comments
zheng022 commented
Hi, Thanks for providing the plugin.
I am trying to use the -i
add-on for the command line.
However, this command cannot be recognized by locust:
locust: error: unrecognized arguments: -i
I ran locust -f locustfile-that-imports-locust_plugins.py --help
as well but it also gives only hints on the commands from the locust.
Am I missing some configuration?
cyberw commented
Does your locustfile-that-imports-plugins.py actually import locust-plugins?