Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Running UI tests in Eclipse

2011/2/2 Robin Rosenberg <robin.rosenberg@xxxxxxxxxx>:
> Robin Stocker skrev 2011-02-02 21:56:
>> Hi there,
>>
>> Do you run individual UI tests from within Eclipse? I'd like to do that.
>> Running all the UI tests using maven works, but it's not really nice if
>> you want to debug just a single test.
>>
>> When I try to run an individual UI test by running it as a "SWTBot
>> Test", I get the attached stacktrace.
>>
>> Am I missing a run configuration option or should I be doing it a
>> different way?
>
> A plain "Run As>SWTBot Test" works here. No tricks involved.

Yeah, this also works here both on Windows 7 and Mac OSX 10.6

If you get strange thread errors on Mac (cocoa) check if your run
configuration contains
-XstartOnFirstThread

-- 
Matthias


Back to the top