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

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 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 !

  • @LinhNguyễn-m8g
    @LinhNguyễn-m8g 15 วันที่ผ่านมา

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

  • @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?

  • @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?