grunt-phantomcss
grunt-phantomcss copied to clipboard
Specify options for the underlying casperjs instance
Currently I run phantomcss tests using the following command.
casperjs test --xunit=results.xml --ssl-protocol=tlsv1
Is there a way to pass options such as --xunit
, --ssl-protocol
from the Gruntfile.js
to the underlying casperjs library?
hi @9ikhan, have you found the way to pass such params from the grunt ?
@c0nstantine - No, I haven't.