nathanboktae / mocha-casperjs

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

Add fix to use mocha-casperjs localy #76

Closed denar90 closed 8 years ago

denar90 commented 8 years ago

Added fix due to casperjs issue.

P.S. Need some help to do same changes into mocha-casperjs.bat Before this changes pull request can't be merged.

nathanboktae commented 8 years ago

Thanks for the investigation and PR! That is too stringent of a phantomjs requirement though - ^1.9.1 should be good.

I could take a guess at that .bat file, but I don't have access to a windows instance anymore... I may just leave it.

nathanboktae commented 8 years ago

Oh right you do not want to export the PATH, but just change it for that run, if you could update the PR to do that it'd be great e.g. PATH=blah $mcPath.... (sorry on my phone)

denar90 commented 8 years ago

Thanks)