windows - Is it possible run Selenium test without active desktop and Jenkins slave? -


Windows Server 2012 Server and Selenium with Jenkins test the project on this server.

I want to run my test on the server via the Junkkins incident reconstruction . Selenium test in the browser (Firefox, Chrome and IE) directly on this server, without a separate sled machine ?

Is it possible that selenium test is possible in browsers (Firefox, Chrome and IE) on this server, without a separate sled machine?

Of course.

You have two options:

  1. You can set a grid, only in the form of a node with your computer

  2. Since it is Windows, it does is a desktop and you will only be able to run the test by setting the webdriver.chrome. Ie.driver and chrome | IEDriver ()


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -