We have a project that is the middle of its 3rd sprint. The current sprint is moving the consolidated code base to GRAILS. The code has been moved but we have a very large number of Webtests written in XML. Can these tests be called from inside the plug-in for GRAILS as XML tests or do they need to be converted to groovy? If they have to be converted, is there a conversion tool currently written to support the effort?
I realize that we can call the tests via macrodef from an ANT target (found that one on-line) but would like to know if there is functionality embedded to use the XML without resorting to the macrodef alternative.

