Created
May 23, 2014 21:16
-
-
Save asavin/c946e8b529f30c29da3f to your computer and use it in GitHub Desktop.
Final circle.yml config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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