Running tests on IE driver with Jenkins installed on Linux machine
Currently I'm using Jenkins installed on Linux machine for automated
testing Firefox and Chrome browsers.
My company want to start automated testing on IE. Is there any way to add
virtual machine with Windows 7 os to Jenkins architecture (new node?) to
run all tests from one Jenkins instance?
I want to have tasks with different builds : - first to run tests on
Chrome driver using mvn (works fine now) - second to run tests on FF
driver (works fine now) - third to run tests on IE driver (need to be
created)
If there is no way to do this should I prepare Windows machine with new
Jenkins installation?