artillery icon indicating copy to clipboard operation
artillery copied to clipboard

Question: Is it possible to add custom information to the report?

Open eliezercazares opened this issue 1 year ago • 2 comments

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.

eliezercazares avatar Mar 16 '23 17:03 eliezercazares

HI ! + 1 I'd like to add a message, and the config which was involved in the benchmark

Zacaria avatar May 30 '23 08:05 Zacaria

I would also like to include a message in the report. I'll take a crack at implementing it.

SpencerWightman avatar Nov 27 '23 05:11 SpencerWightman