We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1ee79 commit 3459cf7Copy full SHA for 3459cf7
scripts/RunWebtest.groovy
@@ -43,7 +43,8 @@ task ('default': "Run's all of the Web tests against a Grails application") {
43
}
44
45
task ( runWebTest : "Main implementation that executes a Grails' Web tests") {
46
-
+ depends( classpath )
47
+
48
def rootLoader = getClass().classLoader.rootLoader
49
50
rootLoader.addURL(new File("${basedir}/webtest/tests").toURL())
0 commit comments