EmilyS
14 years agoOccasional Contributor
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
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