Re: Troubles with Grails plugin

mascis <[email protected]>
Newsgroups gmane.comp.web.canoo.webtest
Message-ID <[email protected]>
Hi,

A new problem. I have to run tests so that WebTest ignores JS-errors. In
xml-tests it can be done putting in config 

<option name="ThrowExceptionOnScriptError" value="false" /> 

but I can't make it work with groovy. There is config file
webtest.properties and I tried putting there lines like 

wt.option.throwexceptiononscripterror = false 
or
wt.config.throwexceptiononscripterror = false 

but those did not help. I made a separete config function also like

 void config()
                 {                     
                     ant.config(browser: 'FF3.6') 
                     ant.config(protocol: 'https' ) 
                     ant.option(throwexceptiononscripterror: 'false' ) (or
ant.config(...))
                     ant.config(autorefresh: 'true')   
                 } 

this did not help either though this changed browser to FF3.6 so the
function works. Any ideas about this one?



-- 
View this message in context: http://old.nabble.com/Troubles-with-Grails-plugin-tp32751470p32757474.html
Sent from the WebTest mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.