February 12, 2018
Dockerize your tests and test environment (Part 2)
This article assumes that you have already read ‘Dockerize your tests and test environment (Part 1)’, which presents our initial problems (more…)
January 15, 2018
Dockerize your tests and test environment (Part 1)
If you are working as a software test engineer, then you are very well aware of the struggles in test automation when it comes to testing against various different browsers, installing test environments from scratch, incompatibilities between selenium, browser drivers, browser versions, etc. It is hard to replicate testing environments,…
November 22, 2016
Using Puppet to build Docker images
One of Docker's most enticing features is rapid application deployment, meaning that once we generate a Docker image, it contains the application itself and all the runtime dependencies. (more…)