Installing ruby with cucumber on a mac machine

From Test Automation Wiki
Revision as of 17:13, 27 March 2019 by Jvanzanten (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TODO: proper formatting

steps:

  • press apple+spacebar to open spotlight
  • type terminal and open terminal
  • type "brew install ruby"
  • verify ruby install with ruby -v
  • Copy the code written below and paste it in the terminal (right click, paste)
gem update --system
gem install watir-webdriver --no-document
gem install lapis_lazuli --no-document
gem install cucumber --no-document
ruby -v