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.
This tutorial is the great start for beginners. Thanks you for your generous guide
Great work! Thank you 👍
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.
Thanks a lot mate for your video ! :)
is there a difference if my playwright tests are in javascript and am trying to integrate it with jenkins?
does this work with Javascript Playwright too?
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 ?
Hey you can add worker key and value in defineconfig function (playwright-ts file)
So your all tests will be run parallel