Running UI test in Jenkins Docker-Slave

401 views Asked by At

With the use of Jenkins Docker Plugin we can provision the slaves dynamically.

My need is to run UI tests on the automatically created slaves. Is that feasible? If yes, how can we achieve that?

UI tests are WindowTester test cases for eclipse based tool.

1

There are 1 answers

2
Rohan J Mohite On

I am doing same kind of stuff, On successful build we are running all automated test cases on windows machine.

In your Jenkins, you need to add Windows machine as a Slave machine.

Try below tutorial - https://wiki.jenkins.io/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines+on+Windows

Once node is up and running then in your Job make sure you selected windows slave node.

enter image description here