I'm using Docker Swarm on Linux to host TeamCity. In my instance I'm running integration tests via a docker-compose file, using xUnit.
I'm really struggling with the steps I need to use to get Tests tab to appear when I'm running my tests (which in turn will stop my builds if there is a failing xUnit test). I was able to get this to work fine with TeamCity 2017.1.2 but it refuses to work in TeamCity 2017.2.4.
I've added "ENV TEAMCITY_PROJECT_NAME=fake" to my Docker file as per the example (which I think is all I need to do).
How do I get the Tests tab back, and get my builds to stop when a test breaks please?!
Any assistance gratefully received - I'm tearing my hair out over this one!