Run selenium4 tests in Dockers using docker compose file

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 24

  • @vishwanathjadhav-dt7bo
    @vishwanathjadhav-dt7bo 8 месяцев назад

    great 👍

  • @kumarankit2497
    @kumarankit2497 9 месяцев назад

    If i am using Gitlab services where I am creating Selenium and front end container then running pipeline > Test get started but it fails with connection refused error

  • @sunrisesoft7952
    @sunrisesoft7952 3 года назад

    Really nice bro!
    Keep great sharing, thank you a lot! (bow)

  • @mgk4143
    @mgk4143 Год назад

    Hello..where to check that what version of hub/node/chrome is installed on our machine like- selenium/hub:4.7.1-20221208

    • @qavbox
      @qavbox  Год назад +1

      As I see they always use the latest versions while creating the docker images, so we can't see the exact browser version on docker file.
      But I think you can fetch the browser version using driver.getcapabilities method.

  • @angelolawrence9989
    @angelolawrence9989 Год назад

    How to get the terminal you are running the commands in eclipse? I tried creating a new connection for the docker toll in eclipse supposing the terminal u r using is from that however creating a connection for docker in eclipse was also not sucessfull. could you please advice on the above.

    • @qavbox
      @qavbox  Год назад +1

      You can use this plugin from marketplace to open the terminal from eclipse - marketplace.eclipse.org/content/tm-terminal

    • @angelolawrence9989
      @angelolawrence9989 Год назад

      @@qavbox Thank you very much

  • @ahmettemel8245
    @ahmettemel8245 2 года назад

    thank you

  • @EmmaAghlamazyan
    @EmmaAghlamazyan Год назад

    Can I ask you to review my dockerfile and docker compose? I am getting error everytime and nothing is helping

    • @qavbox
      @qavbox  Год назад

      Yes sure, please share

    • @EmmaAghlamazyan
      @EmmaAghlamazyan Год назад

      @@qavbox thank you for answering, shared

    • @EmmaAghlamazyan
      @EmmaAghlamazyan Год назад

      I put here files content but it was deleted, can you please share telegram or smth else to send?

    • @qavbox
      @qavbox  Год назад

      @@EmmaAghlamazyan you can share the git repo link here or share using Google docs link with your docker compose content

    • @EmmaAghlamazyan
      @EmmaAghlamazyan Год назад

      @@qavbox I shared google docs, it also was deleted

  • @pandudamera7211
    @pandudamera7211 3 года назад

    Could you please make one video how do read data from JSON sir ?

    • @qavbox
      @qavbox  3 года назад +2

      Sure, stay tuned!

    • @pandudamera7211
      @pandudamera7211 3 года назад

      Please take from 3 to 5 test cases how do read data in framework sir ?

  • @EmmaAghlamazyan
    @EmmaAghlamazyan Год назад

    Hi what password you are writing in noVNC localhost:7900

    • @qavbox
      @qavbox  Год назад +1

      Password is "secret" by default

  • @EmmaAghlamazyan
    @EmmaAghlamazyan Год назад

    I would like tests to be run on 2 containers: one for chrome, one for selenium tests

    • @qavbox
      @qavbox  Год назад

      One for selenium test means?, all our tests we run with selenium

    • @EmmaAghlamazyan
      @EmmaAghlamazyan Год назад

      @@qavbox one which contains chrome driver image, and the other for executing selenium tests

    • @qavbox
      @qavbox  Год назад

      @@EmmaAghlamazyan you need to have the chrome driver on the same container running the selenium tests.