Test pokédex website, with capybara framework automation, using rspec, site_prism, selenium_webdriver and cucumber.
Ruby 2.5
Install bundler using command line:
gem install bundler
and execute in project bundle install
to download all dependences of gems
- Download chromedriver:Chrome Driver
- Mac:
sudo nano:
/etc/paths
/usr/loca/bin/chromedriver
- Windows:
move to
C:/Windows
Execute Cucumber test with:
cucumber
Or unit tags/test
cucumber -t @tags
customize running
cucumber -t @tags