How do I test an externally served app using Testacular + AngularJS
问题 I have an app running on http://localhost:6543 - it's a Pyramid app. This app serves the AngularJS app at / This app uses socket.io itself The question is: is it possible to test that application using those tools ? I have this in my scenario.js file: beforeEach(function() { browser().navigateTo('http://localhost:6543/'); }); but the moment I launch testacular (with run or start ), I get this error message: Chrome 23.0 registration: should delete all cookies when user clicks on "remove all"