Jasmine reporters wrapped in a crunchy jasmine-headless-webkit shell
Go to file
John Bintz 489da3041d remove some ruby stuff that's not needed 2011-12-31 09:45:40 -05:00
vendor/assets/javascripts initial commit 2011-12-30 15:39:01 -05:00
.gitignore initial commit 2011-12-30 15:39:01 -05:00
.gitmodules initial commit 2011-12-30 15:39:01 -05:00
Gemfile initial commit 2011-12-30 15:39:01 -05:00
LICENSE initial commit 2011-12-30 15:39:01 -05:00
README.md remove some ruby stuff that's not needed 2011-12-31 09:45:40 -05:00
Rakefile initial commit 2011-12-30 15:39:01 -05:00
jasmine-headless-webkit-reporters.gemspec remove some ruby stuff that's not needed 2011-12-31 09:45:40 -05:00

README.md

Reporters for use with jasmine-headless-webkit. Just wraps up the original reporter in a way that JHW can use them!

Reporters included:

From jasmine-reporters:

  • JUnit
  • Teamcity

Use them like so:

jasmine-headless-webkit -f Console -f JUnit:junit.xml -f Teamcity:teamcity.txt

Make sure jasmine-headless-webkit can find the reporters:

# Gemfile

gem 'jasmine-headless-webkit'
gem 'jasmine-headless-webkit-reporters'