We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fff35 commit 1ce8338Copy full SHA for 1ce8338
2 files changed
build.gradle
@@ -99,4 +99,4 @@ task runLocalSpec(type: com.thoughtworks.gauge.gradle.GaugeTask) {
99
doLast {
100
project.gauge.specsDir = 'sample-specs/'
101
}
102
-}
+}
env/default/default.properties
@@ -21,4 +21,4 @@ logs_directory = logs
21
22
APP_ENDPOINT = http://localhost:8080/
23
24
-gauge_specs_dir = sample-specs/
+gauge_specs_dir = sample-specs/
0 commit comments