I am trying to fail our build with assertions failures.
I have successfully failed assertion and What i get is:
Global : max response time is less than 50 : false
Global percentage of requests OK is greater than 95 : true
Simulation failed.
Generating reports…
…
[success] Total time: 293 s, completed 22 Jul, 2013 6:20:44 PM
But the end result is success and the process exists with status 0. Is there a way to fail the whole build.
Kindly pardon if I am missing something very simple.