BDD with PageObject

Install Cucumber and WebDriver

After successfully installed Ruby, now we need to type sudo gem install cucumber selenium-webdriver in "Terminal" to install Cucumber and Selenium-WebDriver.

alt text

After install, you can run command cucumber --help to check.

alt text