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?
source
share