Selenium UI tests in Docker Containers

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • Learn how to Selenium UI tests in Docker Containers.
    Source code: github.com/Hou...
    More explanation inthis article: / run-selenium-ui-tests-...

Komentáře • 22

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

    Really amazing! The VNC is a nice little hidden gem!

  • @andualemtilahun7730
    @andualemtilahun7730 Před 4 lety +2

    i watched many of you'r lessons. keep it up.

  • @S3louk
    @S3louk Před 4 lety +2

    this channel is alive ♥

  • @driverafontan
    @driverafontan Před 2 lety

    Thanks for helping us understand the whole picture ;)

  • @ramy8301
    @ramy8301 Před 4 lety +2

    Perfect Bro , i'm already testing that rigth now, keep going 7ouma ;)

  • @elad3958
    @elad3958 Před 3 lety

    Absolutely amazing! Thank you for this video. I just subscribed

  • @AlexFirsikoff
    @AlexFirsikoff Před 3 lety

    Nice one!

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

    Don't know what I'm doing wrong but following the tutorial, I get the following when running the test
    Initialization method SeleniumTestsOnContainers.SeleniumTests.TestInitialize threw exception. OpenQA.Selenium.WebDriverException: unknown error: Chrome failed to start: crashed
    (unknown error: DevToolsActivePort file doesn't exist)
    I've tried on two separate Windows 10 machines

  • @oleksandrkryvokoniev6972
    @oleksandrkryvokoniev6972 Před 4 lety +2

    Hi, I see you use your youtube channel link in selenium test example. Could you provide an example of how to test web application deployed on another pod in your local Kubernetes environment?

  • @jonestako4721
    @jonestako4721 Před 4 lety +1

    thanks

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

    It’s nice but for the initial setup (without grid hub) how does the setup look like inside the dockerfile? Do you have a video on that? Thank you

  • @susantakumar4602
    @susantakumar4602 Před měsícem

    Can u plz share one session for parallel execution using docker container

  • @javiesteban4510
    @javiesteban4510 Před 2 lety

    Nice, good video, but for the grid perspective, how to know in which browser is launching, becuase in the video only open in chrome but I don't know how to lauch in both browsers at the same time.

  • @annae8339
    @annae8339 Před rokem

    where does the actual app that we are testing fit into this? since normally you'd run those tests between build and deploy, there won't be a link like in your example, where do you point the tests? wouldn't we need to run the tests in the same container as the app?

  • @ParasuramSathakarni
    @ParasuramSathakarni Před 4 lety

    Thanks for awesome video Houssem. Can you please point me to any solution for edge browser execution with the similar set up? (Linux containers on Windows OS)

  • @notdunntravelling
    @notdunntravelling Před 3 lety

    Thanks a lot! Is this possible to test mobile apps also? Cheers!

  • @Blitzloki
    @Blitzloki Před 2 lety

    how can we deploy the test over the actual container in the cloud?

  • @sikione26
    @sikione26 Před 4 lety

    How do i put $docker run -d - p etc in a Dockerfile. I placed the cmd under RUN in the Dockerfile, but I keep getting /bin/sh: 0: Illegal option - d errors. Tnx, in advance.

  • @mr.s.h.818
    @mr.s.h.818 Před 2 měsíci

    How to run this setup from Azure pipeline?

  • @ramy8301
    @ramy8301 Před 4 lety

    Hello , any idea how to deploy authentication to access to the selenium hub when the selenium grid is deployed in an AKS ?
    when i deploy the hub in aks , it still exposed without authentication ..? use azure ad or something ?

  • @tilankak
    @tilankak Před 3 lety

    how did you deploy and get public ip