###Scaffold and Examples for automated testing projects.
####Setup
- Install Node: http://nodejs.org/download/
- Install slush: http://slushjs.github.io/
- Java is required for selenium server to run.
- Install selenium chrome driver (firefox will just work): https://code.google.com/p/selenium/wiki/ChromeDriver
####Creating a new test project
npm install -g slush-fiveby
- pick a directory where you want the app setup
- run
slush fiveby
- Write some tests! Check out the docs.
####Running
gulp