john-doherty / selenium-cucumber-js

Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
ISC License
120 stars 89 forks source link

Pass multiple feature files via command line #72

Closed khause closed 6 years ago

khause commented 6 years ago

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 6 years ago

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 6 years ago

Hi @khause, you'll need to fork the project first. The process is:

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request
john-doherty commented 6 years ago

Thanks for the PR @khause, it's now merged and published to NPM.