gulp-local-screenshots
gulp-local-screenshots copied to clipboard
Additional options requried
On Windows, I added these options to "phantom.create(function (ph) { .. }" to overcome a couple of errors (module weak not found; security issue).
,{
dnodeOpts: {
weak: false
},
parameters:{
'web-security': 'no'
}
}
+1 I need those options too, it would be great to be able to set phantomjs options when using this gulp plugin