How to run Selenium TestNG test from Jenkins | Maven Integration Plugin | Jenkins TestNG example

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

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

  • @ვ3ვ3ვ
    @ვ3ვ3ვ 5 месяцев назад +2

    Thsnk yu Sir.
    Very precise, point and detailed video.

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

    HI! Thank you for the tutorial. It helped me resolve the issue i was facing.

  • @triptisingh8307
    @triptisingh8307 3 месяца назад +1

    Thank you Sir ! This was very helpful !

  • @JeyasankarA
    @JeyasankarA 10 месяцев назад

    Thank you for sharing your knowledge. I am very grateful for watching your videos. I have a question: How do I set the screen size of browsers in Jenkins? While executing on my local Windows, all my test cases passed, but on Jenkins, they failed because the screen size did not change. In my Java Selenium code, I have set the dimensions as follows:
    Dimension newSize = new Dimension(1936, 1048);
    Can you put a separate video?

  • @LinhNguyễn-m8g
    @LinhNguyễn-m8g 18 дней назад

    I ran tests by Maven, but it built success and no test run. Can you help me fix that

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

    Can't we not make Jenkins run the selenium test and performing tests in chrome browser in background?

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

      Yes, you can run your script in headless or non interactive mode.

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

    Should not it trigger browser. ? Or its running on headless mode?

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

      It was running on non-interactive mode. You can configure your build to run it on interactive mode.

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

    very nicely explained thanks

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

    Automatoon not happened? It should open browser right

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

      Yes, if you are not running in headless or non-interactive mode.

    • @mehdibennani3792
      @mehdibennani3792 4 месяца назад

      @@maximumautomation the browser is never open in jenkins but in selenium it does do you have any idea why ? of course its not in headless mode

    • @maximumautomation
      @maximumautomation  4 месяца назад

      Is your Jenkins server and execution server the same machine or different?