Yes, you need to enable headless support. Something like that should work (assuming you have xvfb installed):
mvn -Pheadless,default install Jarek On Tue, Oct 6, 2009 at 5:19 PM, Quintin Beukes <[email protected]> wrote: > Hey, > > When I run the testsuite with "mvn install", I get the following: > [WARNING] OS appears to be Unix and no DISPLAY environment variable > has been detected. Browser maybe unable to function correctly. > Consider using the selenium:xvfb goal to enable headless operation. > > I have been unable to get the tests to pass the same as reported by > the gawor mails. Am trying another build+test with JDK5, and will see > how that turns out later. > > Could this cause warning tests to fail? I am running it over an "ssh" > and "screen" session, so there is definitely no display, though if a > display is needed, I'd do it via vnc. > > Quintin Beukes >
