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

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 16

  • @ვ3ვ3ვ
    @ვ3ვ3ვ 3 หลายเดือนก่อน +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 2 หลายเดือนก่อน +1

    Thank you Sir ! This was very helpful !

  • @JeyasankarA
    @JeyasankarA 9 หลายเดือนก่อน

    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?

  • @ganujadhav1
    @ganujadhav1 ปีที่แล้ว +1

    very nicely explained thanks

  • @YashwanthSubramanian
    @YashwanthSubramanian 10 หลายเดือนก่อน +1

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

    • @maximumautomation
      @maximumautomation  10 หลายเดือนก่อน +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.

  • @Gsuresh_3
    @Gsuresh_3 8 หลายเดือนก่อน

    Automatoon not happened? It should open browser right

    • @maximumautomation
      @maximumautomation  8 หลายเดือนก่อน

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

    • @mehdibennani3792
      @mehdibennani3792 3 หลายเดือนก่อน

      @@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  3 หลายเดือนก่อน

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