dockerize
2 articles tagged “dockerize”
Blog
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…)
Blog
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, install them from scratch, remember browsers dependencies etc.