DEV Community

Discussion on: How to implement test driven development in the real world?

 
slavius profile image
Slavius

My issue with not compiling is that it breaks my CI/CD pipeline. I'd like to create tests in my test project and the whole solution just compiles but the tests fail. This way my Jenkins/Bamboo/whatever can produce meaningful message to the developers in form of a failed test report instead of a bunch of compiler errors hidden in tons of output.

Thanks for discussion I realized some thinks I was not aware of. ;)

Thread Thread
 
sargalias profile image
Spyros Argalias

*I added a quick edit above about the CI/CD issue.