Forum Discussion

EmilyS's avatar
EmilyS
Occasional Contributor
14 years ago

Ability to configure report name

I would like to request a new feature: The ability to specify what I want to name a report produced through the command line tool. Right now, the report names are dynamically built using the current date/time. For instance "MyLoadTest-summary-1324307184798.html". I would like to have the option to specify a report file name.

For instance:

-p "c:\loadui\LoadTests.xml" --reports "c:\loadui\output" --format HTML --statistics --summaryfilename "SummaryReport" --statisticsfilename "StatisticsReport"

This should produce the following reports:
c:\loadui\output\SummaryReport.html
c:\loadui\output\StatisticsReport.html

If the file already exists, it should be overridden.

The reason why this is important is that I am trying to loadui tests using TeamCity. TeamCity has a feature by which you can display build output (ie the loadui summary and statistics report) as a tab integrated into the TeamCity UI. However, in order to do this, you need to tell TeamCity what html file name to look for in the build output (ie "SummaryReport.html").

Since loadui is dynamically generating the report file name at present, I am not able to use this TeamCity feature.

You can find more details about this TeamCity feature here:
http://www.jetbrains.net/confluence/dis ... ld+Results

Regards,
Emily

3 Replies

  • Hello!

    Interesting. We could add parameters for that (setting file names for the summary and statistics reports).

    I've added this to our backlog as LUCO-2602.

    Thanks for your the feedback

    Henrik
    SmartBear Software
  • testlc's avatar
    testlc
    Occasional Contributor
    Dear All,

    What's the status of this enhancement? We see the report name is still not configurable in the latest 2.5.5, we are looking forward to having this feature for our project purpose:-)

    Thanks
    Vivian
  • Hi Vivian,

    Really sorry but we haven't been able to get to it.... we're planning on having a Report Release soon where we will make many improvements to LoadUI reports! This issue will certainly be included in that release, but unfortunately we still do not have a date for that release.... hope to count with your comprehension.

    In the mean time, wouldn't you be able to add a little script in your build system that renames the report file to whatever you want it to be so TeamCity will pick it up later? What build system are you using?

    Regards,

    Renato
    SmartBear Software