Selenium-Cucumber Test Suite
To run tests go to /test folder
`$ cd test
And execute cucumber
`test$ cucumber
To generate HTML report execute command
`test$ cucumber --format html -o report.html
P.S.: Somehow file /test/env.rb had been missed by git during commitment.