drewdeponte / snapdragon

A Jasmine JavaScript test runner that lets you run tests on the command-line similar to RSpec.
Other
6 stars 8 forks source link

Add JUnit reporter option for output #7

Closed BRIMIL01 closed 11 years ago

BRIMIL01 commented 11 years ago

To support running jasmine tests in something like Jenkins, it would be really nice for snapdragon to be able to report results in JUnit XML. See the junit_reporter.js from https://github.com/larrymyers/jasmine-reporters for a working JUnit XML reporter for Jasmine.