artillery
artillery copied to clipboard
Question: Is it possible to add custom information to the report?
I.e. I am running functional testing and I would like the request Headers, URL/URI and Payload/Body to be included in the report.
I don't mind having a .yml per scenario and one report per scenario, I can merge them. It would be more useful for me in this particular case to be able to include such information on the report.
I would also love to add things like:
- report: "In the response JSON there were {{ amountNodes }} nodes, from {{ totalNodes }} possible nodes"
Like, if I managed some validations and operations in a processor custom.js method and stored the results in a variable, then I would love to print that to the report.
HI ! + 1 I'd like to add a message, and the config which was involved in the benchmark
I would also like to include a message in the report. I'll take a crack at implementing it.