Skip to content

Commit c370c6d

Browse files
committed
Not about copying resources
1 parent 3c94e12 commit c370c6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ Cucumber-JVM is built with [Maven](http://maven.apache.org/).
9191

9292
File -> Open Project -> path/to/cucumber-jvm/pom.xml
9393

94+
Your `.feature` files must be in a folder that IDEA recognises as *source* or *test*. You must also tell IDEA to copy your `.feature` files to your output directory:
95+
96+
Preferences -> Compiler -> Resource Patterns -> Add `;?*.feature`
97+
98+
If you are writing step definitions in a scripting language you must also add the appropriate file extenstion for that language as well.
99+
94100
### Eclipse
95101

96102
Just load the root `pom.xml`

0 commit comments

Comments
 (0)