Skip to content

Commit f0ef001

Browse files
authored
add documentation note about shell expansion (#2464)
1 parent 7624f43 commit f0ef001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ features/**/*.{feature,feature.md}
113113
If your features are somewhere else, you can override this by proving your own [glob](https://github.com/isaacs/node-glob) or directory:
114114

115115
- In a configuration file `{ paths: ['somewhere-else/**/*.feature'] }`
116-
- On the CLI `cucumber-js somewhere-else/**/*.feature`
116+
- On the CLI `cucumber-js 'somewhere-else/**/*.feature'` (note that the argument is quoted - this is to avoid your shell expanding the glob itself which might lead to different behaviour than what's documented here)
117117

118118
This option is repeatable, so you can provide several values and they'll be combined.
119119

0 commit comments

Comments
 (0)