我有一些 FEST-Swing 测试,我想在 linux 下使用 Maven 运行它。我尝试像这样使用 xvfb:
xvfb-run mvn -Dtest=e2e.MateriePrimeE2eTest test
但我有这个错误:
Running e2e.MateriePrimeE2eTest
Jan 18, 2013 10:26:58 AM org.fest.swing.monitor.WindowStatus <init>
WARNING: Error ocurred when creating a new Robot
java.awt.AWTException: headless environment
at java.awt.Robot.<init>(Robot.java:75)
at org.fest.swing.util.RobotFactory.newRobotInPrimaryScreen(RobotFactory.java:35)
[...]
没有xvfb也是一样。