/hello-automated-acceptance-testing

Example code for getting started with automated acceptance testing

Primary LanguageRuby

Welcome to the World of Automated Acceptance Testing

So you want to get started with automated acceptance testing? This is the repo for you.

##Prerequisites

  1. Ruby
  2. Cucumber
  3. Capybara
  4. PhantomJS

##Notes

  • Tags are used to identify specific features (in this case @design and @functionality). To run the tests, cucumber --tags @design,@functionality.

Helpful Links