Skip to content

Commit

Permalink
Issue588: set the property testfx.robot to glass when running the Tes…
Browse files Browse the repository at this point in the history
…tFX based integration tests
  • Loading branch information
afester committed Sep 23, 2017
1 parent 78fcff1 commit bdf16fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions richtextfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ testSets {

check.dependsOn integrationTest
integrationTest.mustRunAfter test
integrationTest.systemProperty "testfx.robot", "glass"
if (gradle.gradleVersion.substring(0, 1) >= "4") {
// required for Gradle 4 to see custom integrationTest test suite
integrationTest.testClassesDirs = sourceSets.integrationTest.output.classesDirs
Expand Down

0 comments on commit bdf16fd

Please sign in to comment.