GitHub user vherilier opened a pull request:
https://github.com/apache/jmeter/pull/313
BZ61466: Comment addition to SampleResults
The goal of this PR is to allow SampleResult to embed the related
Comment/Description value to be reused by any Reporter or Listener elements to
publish more accurate test result content.
By example, PerfPublisher files (likely used with Jenkins application)
focus highly about testcases description for test results reporting and in
JMeter, the more close of such element is the Transaction Controller.
That's why I propose with this PR, and for a first step, to store
Transaction Controllers description into SampleResult new property "Comment";
for other samplers result, only an empty string (it could be extended if you
estimate is has to be done to give description of test steps too).
I hope it will act in JMeters' interest to be more accurately integrated
with Continuous Integration applications.
BR,
--Vincent Hérilier
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vherilier/jmeter extended_sampleresult
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/313.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #313
----
commit ecd8f91251905bf28f176a900c370f21a8abcf01
Author: Vincent Herilier <[email protected]>
Date: 2017-08-04T13:56:52Z
improve sampleResult meta data
----
---