PhantomJs is installed at
C:\Program Files (x86)\phantomjs-1.8.1-windows
then add it to the path
i had to put
chai.js
in the target directory of the phantom script which makes me sad, but perhaps I'll figure that out next.at the command prompt:
C:\Projects\mine\phantomjs>phantomjs payerportal.js>phantomjs hellophantom.js
phantom.injectJs("chai.js"); var assert = chai.assert; var pageToTest= 'http://localhost/helloworld/'; var url = pageToTest; page.open(url, function(status) { try{ assert.typeOf('test','string','test is a string'); } catch(err) {console.log('Test failed:'+err);} });
No comments:
Post a Comment