tacoss / grunt-nightwatch

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

Setting custom destination path for downloading selenium standalone jar file #31

Closed tortila closed 9 years ago

tortila commented 9 years ago

I want to be able to store selenium jar file outside of node modules and set a path for it in grunt task options. So if the standalone boolean is set to true, the scenario would be:

pateketrueke commented 9 years ago

I got it, I'll work on that feature, thanks for your feedback.