我可以使用 testacular 来测试不在我的本地主机上的网页吗?外部应用程序是使用 angularJs 开发的
在我的测试中,我尝试做
browser().navigateTo('<test app which is not on localhost>');
我无法验证测试中的 url。我收到此错误:
$location.url()
TypeError: Object [object Object] has no method 'injector'
at Object.<anonymous> (<localhost path>/angular-scenario.js:25407:30)