我可以使用testacular來測試不在我本地主機上的網頁嗎? 外部應用程序使用angularJs我可以使用testacular來測試不在我本地主機上的網頁嗎?
在我的測試開發我試圖做
browser().navigateTo('<test app which is not on localhost>');
我無法驗證在我的測試中的網址。我得到這個錯誤:
$location.url()
TypeError: Object [object Object] has no method 'injector'
at Object.<anonymous> (<localhost path>/angular-scenario.js:25407:30)
這個答案可能會幫助:HTTP://計算器。 com/a/13794120/1370576 – 2013-03-27 22:03:46
沒有答案沒有幫助。在代碼中添加代理並導航到根「/」後,出現同樣的錯誤 – Prateek 2013-04-04 18:51:33
我也有同樣的問題,而且我已經有了這些。儘管如此,我的意思是「無法使用瀏覽器」。 – Beckyjoon 2013-05-14 17:49:43