Skip to content

Instantly share code, notes, and snippets.

@dimacus
Created August 31, 2011 13:07
Show Gist options
  • Save dimacus/1183499 to your computer and use it in GitHub Desktop.
Save dimacus/1183499 to your computer and use it in GitHub Desktop.
Notes from my talk:
Cucumber:
http://cukes.info/
Rspec:
http://rspec.info/
Find selenium here:
http://seleniumhq.org/
Firefox pluging for selenium to run in browser: (Good for beginners)
http://seleniumhq.org/projects/ide/
SauceLabs to run selenium in cloud:
https://saucelabs.com
Empty project to run selenium with cucumber multi browser in parallel:
https://github.com/sgrove/cucumber_sauce
My improvment on the above:
https://github.com/dimacus/spicy_pickles_and_rats
Jenkins Conductor:
https://github.com/dimacus/Jenkins-Conductor
Running Rspec and Cucumber in parallel:
https://github.com/grosser/parallel_tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment