This repository is an example rails application which shows how to run your teaspoon tests on BrowserStack.
BrowserStackLocal binary must be running in the background for running tests.
- The configuration options can be found in
/spec/teaspoon_env.rb
file - Edit the
config.driver_options
array to add browsers to test on. bundler
must be installed for the specific ruby version.- Run
bundle install
at the root of the repo
- To run the tests, simply run
bundle exec teaspoon
Check the teaspoon wiki for more information.