How to integrate testcafejs in jenkins with different browsers

I am currently doing UI automation tests using testcafejs for a React project.

I would like to run these tests in a continuous integration environment such as Jenkins. I am already adding the browserStack plugin to run them locally with various browsers and the operating system.

However, I would like to integrate them into Jenkins, but not always consuming the browserStack quota for daily checks. Any suggestions for running them in different browsers in Jenkins?

+4
source share

Source: https://habr.com/ru/post/1683003/


All Articles