I want to add Jmeter tests as build steps in TeamCity server. If tests fail, a build will not complete. Please share how to do it.
I am currently using Jmeter for testing a Rest API running different scenarios/threads on a standalone machine. My intention is to put these tests in our existing CI/CD that has TeamCity. When we deploy a new release, Jmeter tests will run as automation tests and if any test fails, then the build will roll back and generate failure reports.
Source: Read More