简体   繁体   中英

How to redirect Selenium tests to remote machine using Jenkins

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.

From my point of view Selenium 2 Grid is the way to go

You can start the Grid via batch files, JSON, or ant...

You can use Selenium Grid where you have to create hub,hub is where your server is started and then create node, node is where you are going to run your tests. You can learn it from here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM