Jasmine reporters wrapped in a crunchy jasmine-headless-webkit shell
Go to file
John Bintz 1054d3054c Merge pull request #2 from chip-miller/patch-1
Update README.md
2014-01-14 05:34:38 -08:00
features get the reporters working better and add features 2012-01-03 12:28:17 -05:00
spec/javascripts get the reporters working better and add features 2012-01-03 12:28:17 -05:00
src get the reporters working better and add features 2012-01-03 12:28:17 -05:00
vendor/assets/javascripts get the reporters working better and add features 2012-01-03 12:28:17 -05:00
.gitignore get the reporters working better and add features 2012-01-03 12:28:17 -05:00
.gitmodules initial commit 2011-12-30 15:39:01 -05:00
Gemfile get the reporters working better and add features 2012-01-03 12:28:17 -05:00
LICENSE initial commit 2011-12-30 15:39:01 -05:00
README.md Update README.md 2014-01-13 18:14:05 -08: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', git: 'git@github.com:johnbintz/jasmine-headless-webkit-reporters.git', submodules:true