I'm using Jenkins to run RobotFramework test suites on a Windows 7 machine. The setup I am using is nearly identical to the one described on this: http://eficode.fi/en/blog/setting-up-a-continuous-integration-system/ site, save the differing O/S. Essentially, I am using Jenkins with the robotframework plugin, and am using a multi-configuration project to run my tests in multiple browsers at once (chrome and firefox).
Overall, testing works as expected: the test suites run and generate the appropriate log files. The problem is that the browsers are hidden during the run. I can see the webdrivers running in Task Manager, and I can watch the console output become written in Jenkins, but am unable to see the test executing onscreen. Though, if I run my tests directly from command line the browsers display themselves as expected.
Any ideas how I can force the browsers to display when run using Jenkins?