fdietz / team_dashboard

Visualize your team's metrics all in one place.
http://fdietz.github.com/team_dashboard/
856 stars 141 forks source link

Automate jasmine javascript tests on Travis CI #25

Closed fdietz closed 12 years ago

fdietz commented 12 years ago

The jasmine javascript tests should be run automatically!

fdietz commented 12 years ago

I've got the initial setup done. One can now easily run tests headless using jasminerice, guard-jasmine and phantomjs.

More background on the setup steps can be found in the jasminerice and guard-jasmine README files.

There is one failing test due to a problem with rickshaw.js.

Still, I haven't taken any further steps to make this run on Travis CI