iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

xunit files not being generated #27

Closed kyleect closed 10 years ago

kyleect commented 10 years ago

Please see this excerpt from my Gruntfile. This runs the test just fine however no xml file is generated. I've tried every variation in this repos README but none of them generate an xml file. Is this a bug or an error on my part?

casper: {
  run: {
    options: {
      test: true,
      'fail-fast': false
    },
    files: {
      'xunit/ts_test.xml': ['build/tests/ts_test.js']
    }
  }
},
kyleect commented 10 years ago

Using 1.1 branch fixed this. Closing.