sbrandwoo / grunt-qunit-junit

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

Use actual test duration to populate the `time` attribute in reports. #12

Closed jonnyreeves closed 10 years ago

jonnyreeves commented 10 years ago

Use the test duration value supplied by QUnit to populate the time attribute in the report.

sbrandwoo commented 10 years ago

I found that the new async test wasn't passing, perhaps you accidentally left something in the code.. can you double check that 54f4042 works fine for you?

Cheers.

jonnyreeves commented 10 years ago

Hey, saw you just pushed a new commit to master - apologies for that, really stupid on my part!

jonnyreeves commented 10 years ago

May it would be a good idea to get Travis-CI configured for this repo? I've not done it personally, but I understand it's pretty much one-click (and free for open source projects). See: http://docs.travis-ci.com/user/getting-started/