nathanboktae / mocha-casperjs

Write CasperJS tests using Mocha
MIT License
120 stars 30 forks source link

phantom args causing error, changed to system args as phantom args wa… #85

Closed dschinkel closed 8 years ago

dschinkel commented 8 years ago

PhantomJS 2.0 retired PhantomArgs http://phantomjs.org/api/phantom/property/args.html the mocha-casperjs cli now needs to use system args or you'll get an undefined error for cliOptions.

nathanboktae commented 8 years ago

Thanks :) I still need to add the phantomjs 2 target.