I use transaction controller to group samples request. But the report (run command line) is generated like this
Is there any way to generate dashboard report jmeter, that include transaction controller and child sample requests like this
Thanks!
I found a small workaround for this problem. Beside your testing, Thread Group create one more "DUMMY" with one user one loop. Also can be used "Once Only Controller".
I put there e.g. call of index page. Or anything fast. To hide this one call, named the request as one of your Transaction Controllers Than you can have checked box as Generate Parent Sample and report generation will have no problem.
Hopes this helps.