Martin Ahrer

Thinking outside the box

TDD for infrastructure with Vagrant

2020-08-01 6 min read Martin

Introduction

For many years (almost decades) developers have been practicing test driven development and write tests to get confidence that their code works.

application test

However, with the rise of infrastructure as code where DevOps engineers try to describe infrastructure provisioning using code, this is something that is not observed generally. In many situations I have encountered infrastructure that

Continue reading