UI Tests in Another Display in Linux
UI tests are delicate since when you run them, you must not interact with the computer, or you will disturb the tests, which will likely fail. In Linux, you can use Xvfb, but windows will not have a title, which might break UI tests that rely on that. For example, Eclipse SWTBot tests work best […]