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.rbfile - Edit the
config.driver_optionsarray to add browsers to test on. bundlermust be installed for the specific ruby version.- Run
bundle installat the root of the repo
- To run the tests, simply run
bundle exec teaspoon
Check the teaspoon wiki for more information.