Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 665 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 665 Bytes

Prerequisites:

Ruby and Rvm:

Stable Ruby with RVM installation: \curl -sSL https://get.rvm.io | bash -s stable --ruby

set-ruby:

Run command: rvm list
Use command: rvm use "version" to use required ruby

Setup cucumber

Go inside the folder where you want to start project and run command: cucumber --init

Set up Gems:

Create gem file and add neccessary gems and keep file inside project folder
Go inside the project folder where gem file is placed and rub command: make gems

Google Chrome:

Chrome should be updated

ChromeDriber:

brew cask install chromedriver

Run Feature:

Go inside project folder and run command: cucumber