Thank you Alla for your advice.
I am now installing Taurus v1.15.0 using the Azure build task Taurus Tool Installer, but unfortunately I'm still seeing the same issue. I want to fail a test if it exceeds a given value for avg-rt, and I want it to output the results to an xml file so I can then use this for displaying in our Azure dashboard. It works fine if I do a basic summary report, but if I try to do the passfail report the Run Taurus build task fails and doesn't output any results.
I have tried several variations of the following Taurus Configuration YAML on the build task...
reporting:
- module: passfail
criteria:
- avg-rt of TC01_LoginPage>5ms for 1s, continue as failed
dump-xml: C:/Temp/Jmeter/taurus-output/results.xml
In the console log output for the build I get the message...
WARNING: Failed: avg-rt>5ms for 1 sec
It doesn't give me anymore than that, and strangely the output above this says the test has passed...
| TC01_LoginPage | OK | 100.00% | 0.834 | |
The task then fails and doesn't output anything.
Any advice would be much appreciated
Thanks