Forum Discussion
5 Replies
- Hello,
hm.. did you save preferences/project before running it from command line ?
Regards,
Vladimir
SmartBear Software - glamontaOccasional ContributorHi Vladimir,
I don't usually open it in the UI, I create the project dynamically and run it. I used the UI to try out different options and that's when I found the compression option difference.
Thanks,
Gary - glamontaOccasional Contributorany recommendations?
- glamontaOccasional ContributorSince this has gone on unanswered, I'm going to take a guess here and say that there isn't a way to turn off compression when executing from command line.
- glamontaOccasional ContributorAfter trying a couple dozen different combinations, I found the solution. If you code the following in your command line:
testrunner.bat -G RESPONSE_COMPRESSION=(\"Accept compressed responses from hosts\",false) ...
it will work; At least for me it does.