ronaldlokers / grunt-casperjs

Grunt task for casperjs
MIT License
104 stars 51 forks source link

Grunt and xunit option #18

Open reustmd opened 11 years ago

reustmd commented 11 years ago

What is the proper way to use grunt with the casperJS xunit option? http://docs.casperjs.org/en/latest/testing.html#xunit-report

I need Grunt to vary the xunit filename per test run, otherwise it will overwrite the xml file each time.

reustmd commented 11 years ago

https://github.com/Betterment/grunt-casperjs/commit/45e09dc4a56593d2f3dedc90197875cbc056a7d6

damienjoldersma commented 10 years ago

I just ran into this as well, any update on how to do this?