From bdf16fdcbb1fcee492dbf03e361fcfc71790cfdb Mon Sep 17 00:00:00 2001 From: Andreas Fester Date: Sat, 23 Sep 2017 22:15:22 +0200 Subject: [PATCH] Issue588: set the property testfx.robot to glass when running the TestFX based integration tests --- richtextfx/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/richtextfx/build.gradle b/richtextfx/build.gradle index 8c623414b..2aefded09 100644 --- a/richtextfx/build.gradle +++ b/richtextfx/build.gradle @@ -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