Gatling results into console

150 views Asked by At

I want to print some of the Gatling results (for example, successful requests, 95% response time) into my cmd. Also I want to use these variables to pass them into my own report to send via mail or create messages in different messengers. Is there any possibility to do this?

1

There are 1 answers

0
Dmitri T On

Isn't it something you get out of the box?

enter image description here

If you want to see the code which generates the above lines - it's in ConsoleTemplate

If you need to build a custom report - Gatling parses its simulation.log file so it would be better to do it after the test as well. See Using Gatling simulation log page for example approach.

More information on Gatling: 8 Reasons You Should Use Gatling for Load Testing