Is that possible to configure a Teamcity build to fail if number of failed tests is more than N% of the passed tests in this build?
I've only discovered an option to fail based on a metric comparing current build against some previous one:
But I need to fail a build based on fail/passed test ratio within the same build.