nathanboktae / mocha-casperjs

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

Allow custom PHANTOMJS_EXECUTABLE env var. #94

Closed marckubischta closed 8 years ago

marckubischta commented 8 years ago

The current implementation prevents users from using the phantomjs-prebuilt npm package which places the phantomjs executable in a different location. Preventing overwrites of the env var allows users to specify their own phantomjs executable.