polarnik commented on PR #679: URL: https://github.com/apache/jmeter/pull/679#issuecomment-2607133345
The include controller has a new property: - includecontroller.prefix https://jmeter.apache.org/usermanual/component_reference.html#Include_Controller It means we can create a few folders with different versions of scripts: - main_script.jmx - workload_without_resources - include_main_page.jmx - include_report_page.jmx - workload_with_resources - include_main_page.jmx - include_report_page.jmx or another way: - main_script.jmx - v0.0.1 - include_main_page.jmx - include_report_page.jmx - v0.0.2 - include_main_page.jmx - include_report_page.jmx - v0.0.3 - include_main_page.jmx - include_report_page.jmx and modify the property `includecontroller.prefix` like: - `-Gincludecontroller.prefix=workload_without_resources` - `-Gincludecontroller.prefix=workload_with_resources` https://jmeter.apache.org/usermanual/get-started.html#override -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org