Part 2 - Initiating docker selenium grid container setup

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • In this video we will talk how we can work with Selenium grid setup by configuring
    1. Selenium hub
    2. Selenium node for chrome/firefox
    3. How to link node with hub container
    #ExecuteAutomation #Docker #Containers #Testing #Selenium
    Please hit like and share your comments about the video !!!
    For more videos and articles visit www.executeauto...
    Subscribe: ExecuteAutomation channel in CZcams !!!

Komentáře • 26

  • @patrickcameron2950
    @patrickcameron2950 Před 5 lety

    Great tutorial! Very clearly explained. Thank you for making this.

    • @qaautomationcult3868
      @qaautomationcult3868 Před 5 lety

      Software Testing Training
      Any graduate with qualified training on Software Testing can aspire for a career
      in software testing.
      please subscribe our youtube channel : czcams.com/channels/0xat537YITJbN_9GSMUALA.html
      Fb page : facebook.com/learn.automation.testing
      linkedin page : www.linkedin.com/in/qa-cult-64835bb1/
      website: www.qacult.com for various blogs and Upcoming Events

  • @openalpha01
    @openalpha01 Před 5 lety

    It be really helpful if you do a video using a node standalone debug container. For those that only care about testing only just one platform.

  • @epk1001
    @epk1001 Před 5 lety +2

    Hi Karthik, Great post, Thanks a lot for this, how to pull images for IE/Edge browsers?

  • @ftekkie
    @ftekkie Před 7 lety +4

    Correction: What you get with `docker images` is not a list of containers as erroneously claimed in the video, but a list of images that the containers will be based off.

    • @qaautomationcult3868
      @qaautomationcult3868 Před 5 lety

      Software Testing Training
      Any graduate with qualified training on Software Testing can aspire for a career
      in software testing.
      please subscribe our youtube channel : czcams.com/channels/0xat537YITJbN_9GSMUALA.html
      Fb page : facebook.com/learn.automation.testing
      linkedin page : www.linkedin.com/in/qa-cult-64835bb1/
      website: www.qacult.com for various blogs and Upcoming Events

  • @tejkumarkempaiah6380
    @tejkumarkempaiah6380 Před 4 lety

    Thanks for the video team, But can you increase the video quality as there is command line executioner involved

  • @manimn7049
    @manimn7049 Před 3 lety

    what happens to test when container is crashed or terminated abruptly in kubernetes world , since contianer may terminate and create back automatically ?

  • @majidlotfi1680
    @majidlotfi1680 Před 6 lety +1

    How did you setup VNC server in the container so you can view it from the host ? Thanks.

    • @testingtrail
      @testingtrail Před 6 lety +2

      VNC viewer is not set up in the container, it is in the host machine, you just put the ip address and port for each node when you do docker ps

  • @testingtrail
    @testingtrail Před 6 lety

    You can type localhost:4446/grid/console in your browser to see the current hub with both nodes attached, pretty cool.

  • @khajamd9965
    @khajamd9965 Před 8 lety

    Thanks for the video. I am trying to create debug firefox and chrome nodes on the mac OS. Though the hub is being started and mapped to 4446, i see that the debug firefox and chrome nodes are getting started and existed on their own with in a fraction of a minute. I tried with the standalone chrome and firefox and its working fine. Do i need to add any extra things for debug firefox and chrome containers on Mac OS?

    • @KhajaMD143
      @KhajaMD143 Před 8 lety

      -e no_proxy=localhost -e HUB_ENV_no_proxy=localhost
      github.com/SeleniumHQ/docker-selenium/issues/239

    • @qaautomationcult3868
      @qaautomationcult3868 Před 5 lety

      Software Testing Training
      Any graduate with qualified training on Software Testing can aspire for a career
      in software testing.
      please subscribe our youtube channel : czcams.com/channels/0xat537YITJbN_9GSMUALA.html
      Fb page : facebook.com/learn.automation.testing
      linkedin page : www.linkedin.com/in/qa-cult-64835bb1/
      website: www.qacult.com for various blogs and Upcoming Events

  • @AfikAfikAfik
    @AfikAfikAfik Před 6 lety

    I can`t understand what the "4446->4444" is mean , which port is open now on 0.0.0.0 IP?

  • @arvybhatt5517
    @arvybhatt5517 Před 7 lety

    i have done all this things in ubuntu.i successfuly linked the node and hub but how can i see the GUI of chrome in ubuntu after linking.

  • @nukarajuvenkat
    @nukarajuvenkat Před 7 lety

    Where can I find all the browsers to deploy

  • @prasadp4648
    @prasadp4648 Před 5 lety

    Hi Karthik
    I am getting "image operating system "linux" cannot be used on this platform" message while downloading selenium related images on my windows 10 pro machine.
    Could you please suggest me on this?

  • @baronpankaj
    @baronpankaj Před 7 lety

    Hi karthik, How to use VNC Viewer in windows ?

    • @qaautomationcult3868
      @qaautomationcult3868 Před 5 lety

      Software Testing Training
      Any graduate with qualified training on Software Testing can aspire for a career
      in software testing.
      please subscribe our youtube channel : czcams.com/channels/0xat537YITJbN_9GSMUALA.html
      Fb page : facebook.com/learn.automation.testing
      linkedin page : www.linkedin.com/in/qa-cult-64835bb1/
      website: www.qacult.com for various blogs and Upcoming Events

  • @dishasolanki7804
    @dishasolanki7804 Před 4 lety

    Difference between -p and -P used in the command to start the hub?
    Docker run -d -p 4446:4444 - -name selenium-hub -P selenium/hub

  • @crhoads1024
    @crhoads1024 Před 7 lety

    I get the following error when issuing the shell command docker images
    PS C:\users\crhoads> docker images
    An error occurred trying to connect: Get %2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/json: open //./pipe/docker_
    ngine: The system cannot find the file specified.
    How is this resolved?

    • @ExecuteAutomation
      @ExecuteAutomation  Před 7 lety

      Can you check if your docker service is running, I got the same sometimes and I tried to restart my machine and it worked !

    • @crhoads1024
      @crhoads1024 Před 7 lety

      Ran docker-machine env it verified the env, then I ran docker-machine ls and it shows NAME default Active - Driver virtualbox STATE Running URL 102.168.100:2376 SWARM none Docker v1.13.0 Errors none Then ran DOcker images and got the same error as above.

  • @thamus90
    @thamus90 Před 6 lety

    Thank you. I feel kind of really stupid looking for the password in the image files, config, keys, etc. etc. It is literally secret, not a secret.