My setup for configuring a Rails app with RSpec Feature tests that uses Capabara to test on a browserstack remote browser.
The browserstack docs only show either an RSpec or a Capabara setup.
What I wanted:
- In development run my tests quickly with poltergiest.
- Run nightly builds on CI to test against different web browsers using browserstack.
- Have the option to visually run my tests with selenium with Chrome, Firefox etc.