Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Executing SWTBot tests from tycho : unrecognized shell

You need to use <useUIHarness>true</useUIHarness> and
<useUIThread>false</useUIThread> tycho-surefire-plugin configuration
parameters to use SWTBot.

--
Regards,
Igor

On 11-09-06 6:58 AM, Xavier S. wrote:
Hello,
I'm trying to execute my SWTBot test from tycho, but I'm facing an error
: the test should recognize a popup, but it doesn't work...

Since the SWTBot test runs fine within eclipse, I suspect a tycho
configuration problem.
And resolving it is already above my competencies :)

Maybe someone could help me?

You can find the projects sources on github :
https://github.com/xseignard/tycho-demo-camp

Thanks in advance for your further help.

Regards,

Xavier


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top