I have a jenkins slave to run the robotframework test cases. I am able to get the console prints on the master but no browser ever opens up or anything on the slave.
Ofcourse the test case works pretty fine.
But I am just curious.
How to have the automated test cases play on the slave machine.
There was post which says about running jenkins from the command line.
But my confusion regarding that is -> Jenkins is configured on the master then how can we affect
the slave by running jenkins on the console on the master please elaborate.
There is no jenkins configuration other than the Java service on the slave machine.