Skip to content

Commit

Permalink
[SHIBUI-1281]
Browse files Browse the repository at this point in the history
work on integration test configuration
  • Loading branch information
jj committed Jul 9, 2019
1 parent ffaf36c commit 10e473e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ sourceSets {
integrationTest {
groovy {
srcDirs = ['src/integration/groovy']
compileClasspath += main.output + test.output
runtimeClasspath += main.output + test.output
}
resources {
srcDir 'src/integration/resources'
Expand Down Expand Up @@ -193,6 +191,9 @@ dependencies {
//JSON schema validator
compile 'org.sharegov:mjson:1.4.1'

integrationTestRuntime configurations.runtime
integrationTestCompile sourceSets.main.output
integrationTestCompile configurations.compile
integrationTestCompile 'com.saucelabs:sebuilder-interpreter:1.0.6'
integrationTestCompile 'jp.vmi:selenese-runner-java:3.20.0'
integrationTestCompile "org.springframework.boot:spring-boot-starter-test"
Expand Down

0 comments on commit 10e473e

Please sign in to comment.