Open babielmam opened 6 years ago
Sure -- good point -- but does backstop fail to run under chromy or phantom?
The problem occurs during npm install
, because the Puppeteer installation fails on Node versions < 6.4.0. So it doesn't even come to running any of the available options.
oh, well then yeah, you're totally right. Sorry bout that.
I support adding puppeteer. However, adding it crashed our CI process in the way, that Puppeteer requires at least Node version 6.4.0. Prior to adding Puppeteer you could use BackstopJS with at least Node version 4.8.7. This in my view represents a breaking change and according to semantic versioning the new version should be a major version update.
From the Semantic Versioning Docs
Maybe you should consider changing the version retrospectively and republish the different versions to npm. On the other hand, I know that it probably isn't worth the hassle :D Just wanted to let you know :)