Skip to content

Commit bdf16fd

Browse files
committed
Issue588: set the property testfx.robot to glass when running the TestFX based integration tests
1 parent 78fcff1 commit bdf16fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

richtextfx/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ testSets {
2020

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

0 commit comments

Comments
 (0)