How to Run Playwright Tests Using Jenkins

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

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

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

    This tutorial is the great start for beginners. Thanks you for your generous guide

  • @unrobotamigable
    @unrobotamigable 7 หลายเดือนก่อน

    Great work! Thank you 👍

  • @aparnausa3619
    @aparnausa3619 4 หลายเดือนก่อน

    is there a difference if my playwright tests are in javascript and am trying to integrate it with jenkins?

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

    does this work with Javascript Playwright too?

  • @douggarner2766
    @douggarner2766 2 ปีที่แล้ว

    If you don't have your own Jenkins install configured by yourself in a simple fashion.deploying in Ci probably will not be as easy as suggested in this video. It took quite a bit or wrangling and both the dockerfile and jenkinsfile ended up quite different and longer than here. But once in place I can say Playwright is fast, typescript is concise and the effort to do cross browser tsting was minimal.

  • @theillo4739
    @theillo4739 2 ปีที่แล้ว

    Thanks a lot mate for your video ! :)

  • @ahmetyasar405
    @ahmetyasar405 11 หลายเดือนก่อน

    Is there a way that I can use more workers while running my test cases on Jenkins ? Similar to what I have in my local ?

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

      Hey you can add worker key and value in defineconfig function (playwright-ts file)
      So your all tests will be run parallel