I have been running Selenium test cases successfully on my local Jenkins. When I run test cases on my local jenkins it opens up chrome/safari or any specified browser on my machine to run. Now I would like to run the same job on my company Jenkins. But Jenkins is not set up on real machine. So it does not have browser. How do I run my suite on company Jenkins. I do not want to run headless.
Thanks