selenium-cucumber-js icon indicating copy to clipboard operation
selenium-cucumber-js copied to clipboard

Added CLI init helper

Open john-doherty opened this issue 7 years ago • 1 comments
trafficstars

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

john-doherty avatar Nov 26 '17 11:11 john-doherty

Hi John

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

larryg01 avatar Mar 29 '18 10:03 larryg01