There was an error while loading. Please reload this page.
2 parents e5b5a65 + e945673 commit 6c09c1aCopy full SHA for 6c09c1a
1 file changed
build.gradle
@@ -26,6 +26,10 @@ tasks.withType(JavaCompile) {
26
options.encoding = 'UTF-8'
27
}
28
29
+tasks.withType(Test) {
30
+ systemProperties = System.properties
31
+}
32
+
33
task sampleTest(type: Test) {
34
systemProperty "cucumber.publish.quiet", "true"
35
systemProperty "cucumber.features", "src/test/resources/features/test"
0 commit comments