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

Added CLI init helper #48

Open john-doherty opened 6 years ago

john-doherty commented 6 years ago

Adding selenium-cucumber-js to a project is a bit of a hassle as you have to create the dependant folders. It would be far cleaner to execute two commands and have the framework up and running. For example

# install the framework
npm install --save-dev selenium-cucumber-js

# create folders and insert google example
node ./node_modules/selenium-cucumber-js/index init
larryg01 commented 6 years ago

Hi John

Let me know which folders needed and i will sort it out