banditcpp / bandit

Human-friendly unit testing for C++11
https://banditcpp.github.io/bandit/
Other
259 stars 38 forks source link

Feature Request: TeamCity reporter #48

Open kawazoe opened 9 years ago

kawazoe commented 9 years ago

It would be nice to get proper TeamCity integration for bandit. I think that the easiest way to accomplish this would be to implement a teamcity reporter that uses tests service messages to output its results..

I am not familiar with testing integration with TC, but if you need to setup a whole server for this, I have a few build config left on my licence. I could configure an automatic build for a branch of bandit and give you full access on it so that you can test the reporter.

sbeyer commented 7 years ago

I am currently not interested in doing this. If you still want it, please feel free to implement it yourself and open a pull request.

sbeyer commented 4 years ago

I changed my mind and I think I am going to add some reporters after (or along with) the 3.0 release; that's why I removed the inaction label.