Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Running UI tests without starting a full-blown workbench

Hi,

Do you think your tests would work with the regular surefire:test application (plain Java, no OSGi, no Eclipse Launcher)? That would be what gives the best performance if you can achieve it. Trying it is only a matter of invoking the maven-surefire-plugin:test mojo in your pom.xml.
Do you also set the "useUIHarness" to true? I think this flag would immediately start a workbench, so for your case, it should probably be false (and you test should take care of starting the Display).

HTH

Back to the top