Add an option to add a custom name to the result file
See original GitHub issueI am using the current version of <jmeter.plugin.version>2.8.6</jmeter.plugin.version>
, and I have a requirement to run a test on multiple machines and I believe it would be really nice to add the machine name to the generated report. Is this currently possible, if not, is it possible to be added?
PS: I moved away from distributed testing for a reason.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Add the file name, date, author or other document properties ...
Select Quick Parts, and select Field. · In the Field names list, choose the field you want (such as FileName, Date, Author, or...
Read more >How to Insert Fields in Microsoft Word (Built-in or Custom)
Right-click the field and then click Edit Field. A dialog box appears. Change the field properties and options. Click OK. Understanding Word document...
Read more >Using CSV files to import and export products
Use CSV files to import products to or export products from your Shopify ... If you use a custom fulfillment service, then you...
Read more >PDF properties and metadata - Acrobat - Adobe Support
Choose File > Properties, and then select Custom. To add a property, type the name and value, and then click Add.
Read more >Connect to a Custom SQL Query - Tableau Help
If you need to append data to each other, you can use the union option in the physical layer ... Enter the name...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m making the assumption that this is a request to be able to modify the
resultFilename
, currently we generate this programatically. based on the test name.For anyone who still wants a means to add more information to the filename, I’ve made use of the
resultsFileNameDateFormat
to add a reference to a variable I can customise per environment/invocation.Now I pass
mvn clean verify -Pperformance-test -Djmeter-results-dir=qa
to my profile to generate file names based on their environment in our CI/CD pipeline.