Predictability
Users:
tl;dr - everything should be smoother, faster, and more consistent. Errors should now always be caught and reported cleanly and the edge cases that caused errors to kill the whole test run are gone.
Breaking Changes:
- upgraded to selenium 2.45.x #18 read selenium changelog noting the big fixes like A+ compliance. This one may have allowed broken tests to pass previously.
- fiveby now requires that mocha be launched with the delay flag, https://github.com/dowjones/slush-fiveby update to match
Enhancements and Bug Fixes:
- closes #7, #12, #13, #20
- fiveby now also verifies if you have java installed before downloading / running local server
Developers:
- developers should re-clone / rebase any local repos, resolving #13 required a filter branch.. hence rewriting every commit and tag
- code style and complexity now enforced (jscs + >jshint)
- added contributing guidelines