Jeff MAURY
unread,Oct 31, 2012, 6:26:35 AM10/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
I'm using Jenkins to build an Eclipse based product and I have SWTBot based tests that performs validation of the UI layer.
As Jenkins is running on a Ubuntu server (headless), I was able to run the UI tests on Linux thanks to the Xvfb Jenkins plugin.
But as main target platform is Windows, I am thinking about running the UI tests on that platform (on the same machine inside a VM)
As Jenkins will be running as a service on Windows, it is not possible to run UI tests for Windows.
Do you a kind of Xvfb equivalent for Windows ?
Or maybe if I run my virtual machine together with Xvfb and allowing Jenkins service to interact with the desktop, do you think that might work ?
Thanks
Jeff