jasmine-headless-webkit-rep.../README.md

23 lines
493 B
Markdown
Raw Normal View History

Reporters for use with `jasmine-headless-webkit`. Just wraps up the original reporter in a way that JHW can use them!
2011-12-30 20:39:01 +00:00
Reporters included:
2011-12-30 20:39:01 +00:00
From [jasmine-reporters](https://github.com/larrymyers/jasmine-reporters):
2011-12-30 20:39:01 +00:00
* JUnit
* Teamcity
2011-12-30 20:39:01 +00:00
Use them like so:
2011-12-30 20:39:01 +00:00
`jasmine-headless-webkit -f Console -f JUnit:junit.xml -f Teamcity:teamcity.txt`
2011-12-30 20:39:01 +00:00
Make sure `jasmine-headless-webkit` can find the reporters:
2011-12-30 20:39:01 +00:00
``` ruby
# Gemfile
2011-12-30 20:39:01 +00:00
gem 'jasmine-headless-webkit'
gem 'jasmine-headless-webkit-reporters'
```
2011-12-30 20:39:01 +00:00