afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

Generate Reports even when tests Fails #15

Closed smehta closed 9 years ago

smehta commented 10 years ago

Hi afranken,

Is there any way to generate reports even when tests fails ? So that its easy to see on CI system to see which tests failed ?

Thanks, Sahil

balihoo-mrogers commented 10 years ago

In the jmeter-maven-plugin plugin, add this to the configuration:

true

Without this, the analysis plugin won't run if any of the tests fail.