Skip to content

Commit

Permalink
add documentation note about shell expansion (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored Jan 8, 2025
1 parent 7624f43 commit f0ef001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ features/**/*.{feature,feature.md}
If your features are somewhere else, you can override this by proving your own [glob](https://github.com/isaacs/node-glob) or directory:

- In a configuration file `{ paths: ['somewhere-else/**/*.feature'] }`
- On the CLI `cucumber-js somewhere-else/**/*.feature`
- 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)

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

Expand Down

0 comments on commit f0ef001

Please sign in to comment.