Selenium Grid set up in Docker Step by Step | Parallel testing using Docker

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • #seleniumgridDocker #DockerSeleniumGrid #ParallelTestDocker
    In this video we'll learn how we set up selenium grid easily using docker and execute our test, also running parallel test in docker.
    Video content:
    Why selenium grid set up using docker
    Setting up hub and node configuration
    Creating container for Chrome and firefox
    Running parallel test in docker container
    Q:
    How to run paralle test in docker
    How to set up selenium grid using docker
    selenium/hub: Image for running a Grid Hub
    selenium/node-chrome: Grid Node with Chrome installed, needs to be connected to a Grid Hub
    selenium/node-firefox: Grid Node with Firefox installed, needs to be connected to a Grid Hub
    selenium/node-chrome-debug: Grid Node with Chrome installed and runs a VNC server, needs to be connected to a Grid Hub
    selenium/node-firefox-debug: Grid Node with Firefox installed and runs a VNC server, needs to be connected to a Grid Hub
    Linkedin : / aditya-kumar-roy-b3673368
    Facebook: / specializeautomation

Komentáře • 9

  • @sourisengupta
    @sourisengupta Před 5 lety

    Not sure why this video is not popular. It has very good beginner info

    • @augustmicota
      @augustmicota Před 5 lety

      That's because he is speaking very sloppy and one needs to be really focused to understand him.

  • @vitalii3236
    @vitalii3236 Před 5 lety

    Great job - save me hours. Asked in linkedin to connect.

  • @ashokreddy8641
    @ashokreddy8641 Před 5 lety

    Thanks for the sharing the video

  • @maruthis2010
    @maruthis2010 Před 2 lety

    You have 2 classes and execution in parallel, can you run the same class execute in parallel (that class as browser as parameter and in class you check and do appropriate desiredcapabilities setup and run) is that possible

  • @TheSankar6270
    @TheSankar6270 Před 5 lety

    I'm contiously getting timeout issue from docker while running. It's get terminated immediately. Please help me to resolve this issue

  • @chandananand1640
    @chandananand1640 Před 4 lety

    Hello...How can i download the browsers of particular version ?

  • @prasetyobudi4017
    @prasetyobudi4017 Před 5 lety

    i cant connect through vnc, please help

  • @PankajSharma-pl3nq
    @PankajSharma-pl3nq Před 5 lety

    At 16:37 why did you set the platform as LINUX? Your's is Window's operating system. .Will not the container created share the Windows OS of local machine? How did you manage to create the linux container on windows OS?