Install Xephyr: http://ubuntuforums.org/showthread.php?t=620003 (sudo
apt-get install xserver-xephyr)
Execute:
Xephyr :1 -ac -screen 1024x768 &
DISPLAY=:1 gnome-terminal -x whatever-command-executes-your-tests-here &
DISPLAY=:1 metacity &
e.g. for our test suite we would run:
Xephyr :1 -ac -screen 1024x768 &
DISPLAY=:1 gnome-terminal -x ./go test &
DISPLAY=:1 metacity &
> --
> You received this message because you are subscribed to the Google Groups "webdriver" group.
> To post to this group, send email to webd...@googlegroups.com.
> To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
>
>