Skip to content

Instantly share code, notes, and snippets.

@asavin
Created May 23, 2014 21:16
Show Gist options
  • Save asavin/c946e8b529f30c29da3f to your computer and use it in GitHub Desktop.
Save asavin/c946e8b529f30c29da3f to your computer and use it in GitHub Desktop.
Final circle.yml config
dependencies:
cache_directories:
- browserstack
test:
override:
- RAILS_ENV=test bundle exec rake spec
- RAILS_ENV=test bundle exec cucumber
- script/ci/browserstack_tunnel.sh:
parallel: true
- browserstack/BrowserStackLocal -localIdentifier "$CIRCLE_PROJECT_REPONAME-node-$CIRCLE_NODE_INDEX" -skipCheck $BS_AUTHKEY 127.0.0.1,3001:
parallel: true
background: true
- RAILS_ENV=test bundle exec rake cross_browser nodes=4:
parallel: true
- script/ci/browserstack_tunnel.sh stop:
parallel: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment