I was wondering if there was a way to have Taurus report overall test failure on a bad apdex score.
ie. Currently we can do avg-rt of login>1s, continue as failed
But can we do something like apdex of login>.85, stop fail
, if any apdex score is less than .85 or something we choose, stop the test.
I am able to get it working with jmeter .jmx scripts and samplers but I'm wondering how far I can go with Taurus and Jmeter when it comes to pass/fail criteria for testing.
Thank you