HuddleEng / PhantomCSS

Visual/CSS regression testing with PhantomJS
MIT License
4.72k stars 257 forks source link

Support for the https pages #196

Closed PramodDutta closed 6 years ago

PramodDutta commented 7 years ago

Right now, We have some Testapp which have an invalid cert of ssl. I can't run the suite even with the option

casperjs test test/test1.js --ignore-ssl-errors=true --ssl-protocol=any it does not work.

jamescryer commented 6 years ago

Not sure if any of these options will help http://phantomjs.org/api/command-line.html

Closing the ticket as not directly relating to the project.