Hudson + Selenium: "Error: no display specified"
- by tputkonen
I get this error when our maven project is built on Hudson, when it tries to execute Selenium tests (on Ubuntu):
Error: no display specified
java.lang.RuntimeException: Timed out waiting for profile to be created!
at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:348)
What's the best way to get around this issue?