HuddleEng / PhantomCSS

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

Locking the version of CasperJS #166

Closed jelisejev closed 8 years ago

jelisejev commented 8 years ago

Hi,

First of all, allow me to say thank you for the great testing tool. It has really become a game changed for some of our project. The only problem we have is that due to some technical constraints, we cannot run it on our CI environment because of the GitHub dependency on CasperJS.

As I understood, CasperJS v.1.1.0 already provides stable support for PhantomCSS, so it should be possible to switch to this version. Here's the announcement from CasperJS:

Important note: the master branch hosts the development version of CasperJS, which is now pretty stable and should be the right version to use if you ask me. Users interested in a pretty stable, recent version working with PhantomJS 2.0 and newer should choose the packaged 1.1.0 and following releases.

Would be very grateful if you could have a look at this issue.