Hi, based on Marc's very inspiring post http://mguillem.wordpress.com/2009/04/30/webtest-with-groovy-maven-and-eclipse/ I've started to put some webtest as integration test on a Maven project. My goal is have Webtests run on the build server.
Right now I'm stuck because I can't find a way to add the useInsecureSSL=true settings to the webtest. That look simple, but I really can't find a way! I'm using the 3.0 found on the main Maven repository. But there's no Javadoc associated and the sources don't include the WebtestCase class. Accordingly, the online API http://webtest.canoo.com/webtest/api/ doesn't seem to have the WebtestCase class. I've found Ant style examples, but I'm unable to translate that to groovy. I've tried to get newer artifacts from http://webtest.canoo.com/webtest/m2-repo-snapshots but it's unaccessible at the moment. Right now, I can't find any examples of groovy scripted webtest. Any help, pointer to documentation would help!! Integration into an existing Maven application as integration-test is far from obvious, but I'm on my way. I hope to be able to post a working config soon, for those interested. BTW, -Dwt.headless doesn't seem to work when the tests aren't run with the test phase but rather the integration-test phase. cheers and thanks for the good work! -- View this message in context: http://old.nabble.com/Configuring-webtest-for-SSL-using-groovy-scripting-tp26385250p26385250.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

