SvenskaSpel / har2locust

Convert HTTP Archive (.har file) to a Locust script
Other
149 stars 22 forks source link

Add --disable-plugins option #2

Closed nichero-h closed 1 year ago

nichero-h commented 1 year ago

This option to disable any default plugins. e.g. "rest.py" enforces the RestUser class, so you can use it if you want to generate the locustfile in another class.

cyberw commented 1 year ago

Nice! Check the failed test though (sorry for the late reply)

cyberw commented 1 year ago

Tests work locally for me, so I'm betting it is not a real issue. Thanks!