My projects

Online applications (free sign-up)

Code

  • Javathinking @ google code
    • javathinking-commons – simple utility classes, and non-application specific code
    • javathinking-simplejob – a proof of concept batch processing framework
    • javathinking-sysmon – a simple resource monitoring application resources
  • ToolInstaller – a standardized way to install applications and tools in a fast, repeatable and consistent way (ideal for setting up developer workstations in a software development department)

Grails plugins:

{ 4 comments… read them below or add one }

ambikeshwar July 2, 2009 at 4:49 am

I used you grails plugin(v0.5) for selenium and I continue to get this error while creating any test case.
Warning: Could not find file [*path to my project]\null\src\templates\artifacts\SeleniumTest.html to copy.

Here ‘path to my project’ is the upper most directory of my code base’s trunk.

cristovaodoj August 21, 2009 at 10:29 am

Hi Prule, I want to know if is possible to extend your grails-selenium plugin without any protocols or if I do, my application has to be open source?
thanks

paul August 21, 2009 at 12:15 pm

Hi cristovaodoj,

Please feel free to do whatever you want with the grails-selenium code – there are no restrictions.

Note, I do have a new version to release , but I can’t! (I think I committed the code to svn) Some sort of bug in Grails 1.1.1 I think and I haven’t been able to work around it so I’m waiting for the next Grails release.

Thanks for your interest.

Raphe November 17, 2009 at 10:04 am

Hey Paul,

Is there way to make grails-selenium output a junit style report?

Leave a Comment