How can i see the result of the assertions in the HTML report
setUp(scn.inject(atOnceUsers(10)).protocols(httpProtocol)).assertions(global.responseTime.max.lessThan(3000))
How can i see the result of the assertions in the HTML report
setUp(scn.inject(atOnceUsers(10)).protocols(httpProtocol)).assertions(global.responseTime.max.lessThan(3000))
Hi,
ATM, you can’t see the results of the assertions in the HTML, but this is something we plan to do : https://github.com/gatling/gatling/issues/1057
Cheers,
Pierre
Is any other way to see the Assertion result, example in console or in file?
Of course : The result of the assertions is printed in the console at the end of your simulation.
Cheers,
Pierre
Thanks, I got the assertions in console.