Skip to content

Ruby project for running browser tests with Cucumber and Capybara

License

Notifications You must be signed in to change notification settings

U-TOR/ruby-cucumber-sample-automation

Repository files navigation

Ruby Cucumber Sample CircleCI Build Status

This project is an example of testing framework for running E2E UI tests on Chrome and Firefox. It uses Cucumber and Capybara for describing steps and actions.

Setup

bundle install 

Run Tests

Chrome

rake test_chrome

Firefox

rake test_firefox

CI

The project is configured to use Circle CI and Travis CI, click on badges in project description to view pipeline runs. Test reports are published by Travis jobs to Surge:

Releases

No releases published

Packages

No packages published