Selenium Framework - Part 43 - Running Selenium tests in Docker - Learn in 20 mins

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • Hi All,
    In this video, I will explain the below topics,
    How easy is the setup?
    How to execute our tests in Docker?
    Changes to be made in our framework to execute the tests in docker
    How easy to clean up the infra?
    ****************
    Why docker in Test Automation?
    • Selenium Framework - P...
    **************
    Virtualization Vs Containerization
    • Selenium Framework - P...
    **************
    WebDriverManager:
    • Selenium Framework - P...
    *************
    Enum:
    • Selenium Framework - P...
    • Selenium Framework - P...
    ***********
    Note: I have mentioned remotewebdriver and chromedriver extends WebDriver in the video but i should have mentioned implements. "A class can only implement a interface"

Komentáře • 31

  • @kritikasahare1575
    @kritikasahare1575 Před 3 lety +5

    you are providing high level content free of cost...amazing

    • @TestingMiniBytes
      @TestingMiniBytes  Před 3 lety

      Thank you. Please share with your colleagues and friends.

  • @lka5968
    @lka5968 Před 3 lety +1

    All your videos are 5/5 star rated, every video is knowledgeable.

  • @Udzial
    @Udzial Před 3 lety +1

    Thank you .. Good to see things in action and then going to the details how to do them... Good to see output first. Its simple.

  • @Dhatchuu
    @Dhatchuu Před 3 lety +3

    Very good. Nice video and keep posted more video's like this..

  • @piyushmathpal4244
    @piyushmathpal4244 Před 3 lety +2

    Im afraid to say that your video thumbnails are the better than the content.

    • @TestingMiniBytes
      @TestingMiniBytes  Před 3 lety +2

      Thats no wonder since I spend more time in making thumbnails than the video itself🤣

    • @piyushmathpal4244
      @piyushmathpal4244 Před 3 lety

      @@TestingMiniBytes 😂😂🙌🙌

  • @lka5968
    @lka5968 Před 3 lety

    Another excellent video, Thanks Amuthan

  • @alik.8061
    @alik.8061 Před rokem +1

    amazing

  • @vinothkumars4333
    @vinothkumars4333 Před 2 lety +2

    Hi Amuthan, Please share video on cicd gitlab pipelines . i could see many on jenkins but not with gitlab.

  • @arpitarjaria2784
    @arpitarjaria2784 Před rokem

    thanks alot Amuthan

  • @arvindsharma801
    @arvindsharma801 Před 6 měsíci

    Hi Amuthan, do we have videos for setting of pipeline using Jenkins docker and Amazon EC2 integration in this series or are we using any other approach??

  • @harshavardan141
    @harshavardan141 Před 3 lety +1

    Hi Amuthan, thanks for sharing your knowledge. I tried to compose edge browser but its not getting registered with hub. If you have any info about how to configure edge please share with me.

  • @nitinkrishna7632
    @nitinkrishna7632 Před 3 měsíci

    @TestingMiniBytes, thank you for this video, have you tried creating an image after downloading all maven dependencies [mvn clean install -Dskiptests=true]. Then use this image to execute tests ?

    • @nitinkrishna7632
      @nitinkrishna7632 Před 3 měsíci

      When I run mvn test, it is downloading the images again

  • @prathapjyothy8802
    @prathapjyothy8802 Před rokem

    Thankyou for sharing helpful knowledge. Can we run selenium-testNg scripts in docker container without selenium grid/hub in the docker container?

  • @rajasekharmaddigalla1463
    @rajasekharmaddigalla1463 Před 3 lety +2

    Hi Amuthan, Very good morning, if i am not wrong you are running docker comp ymal from your practice project, do we need to have it on our framework project ? can you please share this docker comp yaml file please

    • @TestingMiniBytes
      @TestingMiniBytes  Před 3 lety +2

      Hi Raja,
      The docker compose file will create dockerised selenium grid environment. It can accessed by anyone.
      I will cover all these things in the upcoming videos. Thanks for understanding.
      I will share the file after explaining about that because i have not even covered how to download docker.

    • @rajasekharmaddigalla1463
      @rajasekharmaddigalla1463 Před 3 lety

      @@TestingMiniBytes Thank you Amuthan

  • @basavasrinivasan4036
    @basavasrinivasan4036 Před 3 lety +1

    Hi bro..will you provide any real time training..? if doing please let me know the details.

    • @TestingMiniBytes
      @TestingMiniBytes  Před 3 lety

      I will start from March. But I trying to teach whatever i know in this channel for free.
      Even if you have doubts, i will try to resolve them. Please feel free to contact me here in chats or linkedin.
      All the very best 👍

  • @PanneerSelvam-fu7zh
    @PanneerSelvam-fu7zh Před 4 měsíci

    selenium.common.exceptions.WebDriverException: Message: unknown error: session deleted because of page crash. What i do

  • @Michael-qq9zc
    @Michael-qq9zc Před 2 lety

    i always have this error : Couldn't register this node: The hub is down or not responding: The hub responded with 404
    I have been searching for a solution on google for 2 hours but no answer

    • @TestingMiniBytes
      @TestingMiniBytes  Před 2 lety +2

      This error indicates that your hub is not up and running. From my guess you are missing depends on parameter in your docker compose file.

    • @TestingMiniBytes
      @TestingMiniBytes  Před 2 lety +1

      github.com/amuthansakthivel/SeleniumAutomationFramework_CZcams
      Use docker compose file from here.

    • @Michael-qq9zc
      @Michael-qq9zc Před 2 lety +3

      @@TestingMiniBytes Thank you very much, it works ❤