sbrandwoo / grunt-qunit-junit

JUnit compatible XML reporter for QUnit and grunt 0.4
MIT License
17 stars 5 forks source link

Multitask Support #19

Open jonnyreeves opened 9 years ago

jonnyreeves commented 9 years ago

This modifies the qunit_junit task to be a multitask so users can specify alternative configuration if they are executing a number of qunit passes in a single build.

This scratches an itch I have where I run 2 test passes for unit and integration tests and want to write the output to a different directory.

jonnyreeves commented 9 years ago

@sbrandwoo, are you happy for me to merge this with an appropriate minor version bump?