Pass multiple feature files via command line
khause opened this issue · 3 comments
khause commented
I would like to pass a list of comma-separated feature files via command line.
e.g. -f features/feature-file-1,features/feature-file-2,...,features/feature-file-n
To my understanding, you're currently only allowed to pass in a single file or folder.
khause commented
I would like to raise a pull request for this issue but I'm unable to push a branch to this repo.
john-doherty commented
Hi @khause, you'll need to fork the project first. The process is:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
john-doherty commented
Thanks for the PR @khause, it's now merged and published to NPM.