Open reustmd opened 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.
https://github.com/Betterment/grunt-casperjs/commit/45e09dc4a56593d2f3dedc90197875cbc056a7d6
I just ran into this as well, any update on how to do this?
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.