I ran WebDriver tests using Maven from Jenkins on Linux. My selenium automated tests failed because the browser was not being opened. I’m thinking of redirecting my tests and run them on remote machine (Windows). How can it be done? If you have better ideas, please speak up.
I ran WebDriver tests using Maven from Jenkins on Linux. My selenium automated tests
Share
From my point of view Selenium 2 Grid is the way to go
You can start the Grid via batch files, JSON, or ant…