zlorb / locust.replay

Record and playback Locust.io tests with MITMproxy
58 stars 16 forks source link

Using on windows #4

Closed nikita1412 closed 6 years ago

nikita1412 commented 7 years ago

According to this repo's readme , the shortcuts(E & I) are required to generate the load test script of locust , but the interactive mitmproxy console is not supported on windows. Is there any work around to generate the same locust script on windows?

zlorb commented 7 years ago

The functionality to export locust option was removed from recent mitmproxy versions. Some point in the future I may have time to convert this code to an external add-on. In the meanwhile, you can continue using the locust_extractor script (mitmdump -s ...).