SWTBot Release updated for Helios
A new release of SWTBot is now available at a the usual location.
This purpose of this release is to work with the helios release and contains a few bug minor fixes.
A few other improvements were done to improve the code coverage for some plugins that were not tested too well.
Forthcoming releases will improve on the code coverage. Well, the irony.
Hey
LOVING swtbot so far. Could you help me out with something?
When my tests (run through cucumber and using swt, jface, jruby and the SwtBot class alone) finish, they hang. Is there a thread internal to swtbot that is still active? Is there a way to tell swtbot that testing is over?
thanks
Dan
Daniel Lucraft
31 Jul 10 at 2:54 am
@dan
Great to hear that redcar is using SWTBot!
To answer your question, I think the tests might be running on a ui thread. Check to see if SWTUtils.isUIThread() (http://goo.gl/LBIt) is false within your UI tests.
Drop a note on the swtbot-dev mailing list (https://dev.eclipse.org/mailman/listinfo/swtbot-dev) or the forums (http://eclipse.org/forums/eclipse.swtbot) if you’re unable to get this resolved.
I’m myself trying to put together simple cucumber based swtbot tests for making it easier to script things, so I’m happy to help resolve any issues you might have.
Ketan
31 Jul 10 at 9:03 am