You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your features are somewhere else, you can override this by proving your own [glob](https://github.com/isaacs/node-glob) or directory:
114
114
115
115
- 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)
117
117
118
118
This option is repeatable, so you can provide several values and they'll be combined.
0 commit comments