tacoss / grunt-nightwatch

Run your Nightwatch.js tests with Grunt
50 stars 22 forks source link

Warning: fs is not defined #20

Closed meertens closed 10 years ago

meertens commented 10 years ago

When running the grunt task, I get the following message:

Running "nightwatch" task
>> Selenium is missing and now is downloading. If it fails, run this task with -
-force again.
Please wait ... Warning: fs is not defined Use --force to continue.

Aborted due to warnings.

It seems that in the new download helper one line is missing: var fs = require('fs');

pateketrueke commented 10 years ago

Fixed on 0.2.4