Couple of questions regarding the jmeter report dashboard.
I want to modify the index.html.fmkr in the following way: at the "Test and Report informations" i want to add new rows with my custom data. I see that the rows are like so:
<tr>
<td>Source file</td>
<td>${testFile!""}</td>
</tr>
<tr>
<td>Start Time</td>
<td>${beginDate!""}</td>
</tr>
I am curious where are the ${testFile!""}, ${beginDate!""} taken from, and if i can use my own ?