Jasmine reporters wrapped in a crunchy jasmine-headless-webkit shell
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
John Bintz 1054d3054c
Merge pull request #2 from chip-miller/patch-1
10 years ago
features get the reporters working better and add features 12 years ago
spec/javascripts get the reporters working better and add features 12 years ago
src get the reporters working better and add features 12 years ago
vendor/assets/javascripts get the reporters working better and add features 12 years ago
.gitignore get the reporters working better and add features 12 years ago
.gitmodules initial commit 12 years ago
Gemfile get the reporters working better and add features 12 years ago
LICENSE initial commit 12 years ago
README.md Update README.md 10 years ago
Rakefile initial commit 12 years ago
jasmine-headless-webkit-reporters.gemspec remove some ruby stuff that's not needed 12 years ago

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