Add options to show sub results in Summary Report
Nicholas DiPiazza (Bug 66062): Add the ability to show Sub-SampleResults in the Summary Report
Could add options to control how they are added.
== 2 new user properties
Show sub results - true/false - default false - description: descends into sub-results, adding to the report recursively. Sub results leaf only - true/false - default false - if showing sub results, then only add the Samples that have no child sub-results.
Version: Nightly OS: All
Nicholas DiPiazza (migrated from Bugzilla): I created a PR https://github.com/apache/jmeter/pull/715 with my first attempt at this.
I should probably make the sub-results configuration a UI option but there is some internationalization I would have to do. is there some process we have for getting the text in the right language?