Skip to content

Commit c699e97

Browse files
committed
Fix for tests not running in build.
1 parent 2414a5b commit c699e97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ dependencies {
8181
//compile "org.grails.plugins:grails-plugin-converters" // only needed for grails 3.3
8282
testCompile "org.grails:grails-plugin-testing"
8383
testCompile "org.grails.plugins:geb"
84+
testCompile "org.grails:grails-test-mixins:3.3.0"
85+
testCompile "org.grails:grails-gorm-testing-support"
86+
testCompile "org.grails:grails-web-testing-support"
8487
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
8588
testRuntime "net.sourceforge.htmlunit:htmlunit:2.18"
8689

@@ -103,6 +106,8 @@ dependencies {
103106
// regular JAR dependencies
104107
runtime 'mysql:mysql-connector-java:5.1.42'
105108
testRuntime "com.h2database:h2"
109+
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
110+
testRuntime "net.sourceforge.htmlunit:htmlunit:2.18"
106111
runtime 'commons-lang:commons-lang:2.6'
107112
compile 'commons-io:commons-io:2.5'
108113
runtime 'org.hamcrest:hamcrest-core:1.3'

0 commit comments

Comments
 (0)