Need ability to override "Retrieve All Embedded Resources" from non-gui mode
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**RWilson** ([Bug 56103](https://bz.apache.org/bugzilla//show_bug.cgi?id=56103&redirect=false)):
In the "HTTP Request Defaults" configuration, you have the option to set the default value for "Retrieve All Embedded Resources" for your test case. This works great from the GUI mode, since all you have to do to alter the way your testcase works is to check or uncheck the box next to the setting.
But, if you want to override a default value of "false" when running in non-gui mode, there doesn't appear to be any way to accomplish this. It would be easy enough to write a script to look for the XML value, and switch it from 'false' to 'true' - but the line is omitted from the saved 'jmx' file if the saved value is 'false', so you can't even easily alter it that way.
Ideally, this would be a jmeter property value that would be overridden with a "-Jjmeter.httpsampler.parse_images=false" command line switch.
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.