Trying to configure backstopjs to test page in Google Chrome instead of phantomjs as phantom doesn't render the page correctly.
Tried to replace
"engine": "phantomjs",
by
"engine": "chrome",
but it didn't help.
What should I install and how should I update config to make it working?
BackstopJS version 3 supports
So from now
will work if you have Chrome 61+ installed (or 59+ for Mac and Linux).