HuddleEng / PhantomCSS

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

Casper cant execute evaluate() #145

Closed codeengie closed 8 years ago

codeengie commented 8 years ago

I was trying your demo and added phantomcss.turnOffAnimation() to testsuite.js below phantomcss.init() like in your example but I get this error

cli_screenshot

I'm running Win7 Pro x64.

jamescryer commented 8 years ago

It evaluates per page load, it should work after the casper.start() statement.