Home > Java, Web > grails-selenium-0.2

grails-selenium-0.2

by paul on March 1, 2008

I’ve just uploaded a new version of my Selenium plugin for Grails. You can download it from http://www.javathinking.com/grails/grails-selenium-plugin/0.2/grails-selenium-0.2.zip. The only significant enhancement is to support tests nested in directories.

Now, the suite page displays a list of all of the directories in the tests location. The default (top level) suite shows all tests in all directories. You can click anywhere in this suite heirarchy to load only those tests in that directory.

Let me know what you think of this implementation. There are probably several different ways to go about handling the directory structure, and this is just one implementation. I hope you find it useful!

(for more complete information about this plugin, see grails-selenium-0.1.

{ 3 comments… read them below or add one }

Kevin March 12, 2008 at 11:00 am

Hi Paul,

I couldn’t find an email for you so I hope you see this. The findAllSuites method on the SeleniumController was showing my .svn directories. Just a nuisance, really. I created a patch for this if you’re interested: http://thegioraproject.com/files/SeleniumController.patch

Thanks for the great plugin. If I didn’t find it, I don’t think I would have thought of selenium. It is working very well for us.

Kevin

paul March 12, 2008 at 12:58 pm

Thanks, I appreciate you taking the time to supply a patch – Another user had already contributed a patch for this issue and I thought I had released it, but obviously not. I’ll do a new release soon.

Glad you like it, the feedback keeps me motivated.

Kevin March 12, 2008 at 4:32 pm

No problem. Thanks again for your contributions! I’ll be looking here for more of your stuff in the future.

Leave a Comment

{ 1 trackback }

Previous post:

Next post: