Selenium with docker – Part 1
Automation testing has become integral part of any software development cycle. And when it comes to web application automation, the Selenium Web driver is the...
Selenium with docker – Part 2
In the previous article, we saw how we can use a Docker stand-alone container with selenium. In this article, we will learn how to run...
Selenium Automated Tests integration with Jenkins
Overview Continuous Integration(CI) helps the tech team to ensure whether a build is ready or not and if they can move into the next phase...