Index: ssts-selenium-test/build.gradle =================================================================== diff -u -r17607 -r17616 --- ssts-selenium-test/build.gradle (.../build.gradle) (revision 17607) +++ ssts-selenium-test/build.gradle (.../build.gradle) (revision 17616) @@ -9,6 +9,10 @@ } test { + onlyIf { + project.hasProperty("seleniumTests") + } + // enable TestNG support (default is JUnit) useTestNG(){ //outputDirectory = file("$project.buildDir//testngOutput")