Automated testing in a build pipeline
2020-04-14
A testing mindset with its' scripts would be incomplete if we did not put them to good use.
Ideally, tests should be run every time we intend to share our code with anyone - be it our team or the whole world. It is a tech lead’s wet dream to work in an environment where every dev thoroughly tests their solutions. As this might be impossible, we can have the next best thing.…