Skip to content

deepakvarma11/TestNGSeleniumWithDockerImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker for test automation framework

  1. Install docker desktop
  2. pull the selenium/chrome docker image image
  3. Then check docker images by below command image
  4. Then run the below docker command to spin up the selenium chrome docker image image
  5. Then Change the URL to remote URL as below image
  6. Create a docker file in the local repository image
  7. Goto the project repo and open command prompt
  8. And type this command to create image of the framework image
  9. And run the below command to run the tests image

Other docker commands

  1. To check the local images image
  2. To start the docker container use # docker run <image_name>
  3. To stop the docker container use image
  4. To show all the docker container created image
  5. To remove the docker containers created
  6. image
  7. To check the docker images source files use image
    1. And can ls to check list of files inside it image
    2. And can use cd command to open any folder image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors