Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # add libraries
  2. npm install --save-dev chromedriver cucumber selenium-webdriver
  3.  
  4. # add support file
  5. touch features/support/world.js
  6.  
  7. # add hooks file
  8. touch features/step_definitions/hooks.js
  9.  
  10. # add feature file
  11. touch features/documentation.feature
  12.  
  13. # add step definitions
  14. touch features/step_definitions/browser_steps.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement