I run this command line build step:
cd ../common && php ../../../vendor/bin/codecept --xml --no-exit run
In build log i have my tests output. I use codeception
for my tests and i found only phpunit
meta runner for teamcity
.
I want to fail build if tests are failed, and any solution will happy to me.