Skip to content

Commit d98cb32

Browse files
committed
Move cucumber feature files to resources folder.
1 parent eae1ed4 commit d98cb32

26 files changed

+1
-1
lines changed

src/test/groovy/sdkman/cucumber/RunCukeTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import org.junit.runner.RunWith
77
@RunWith(Cucumber)
88
@CucumberOptions(
99
strict = true,
10-
features = ["src/test/cucumber"],
10+
features = ["src/test/resources/features"],
1111
glue = ["sdkman.steps"],
1212
tags = ["not @manual", "not @review"]
1313
)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)