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

Added junit format support #22

Closed BRIMIL01 closed 11 years ago

BRIMIL01 commented 11 years ago

Modified the snapdragon binary to accept a format parameter to enable results to be outputted in junit. Added the junit reporter and modified the run html template to load the junit formatter when the format has been set to junit.