ng e2e沒有在代理/防火牆後面工作,因此全局安裝了量角器,然後更新了webdriver-manager更新(使用代理),然後將輸出複製到我的項目中。 之後,我運行的命令NG E2E和我得到以下錯誤:Angular e2e測試不起作用
webpack: Compiled successfully.
[11:19:15] I/update - chromedriver: file exists C:\Dev\deviceprofiler\ui\node_modules\protractor\node_modules\webdriver-manager\seleniu
m\chromedriver_2.33.zip
[11:19:15] I/update - chromedriver: unzipping chromedriver_2.33.zip
[11:19:15] I/update - chromedriver: chromedriver_2.33.exe up to date
[11:19:16] I/launcher - Running 1 instances of WebDriver
[11:19:16] I/direct - Using ChromeDriver directly...
Jasmine started
[11:19:31] E/protractor - Could not find Angular on page http://localhost:49152/ : retries looking for angular exceeded
有什麼問題,我怎麼可以運行背後代理NG端對端測試。我需要遵循哪些步驟?
「不工作」不是一個技術術語。 – Rob
@Rob我不確定你的意思?我不知道問題是什麼在頁面http:// localhost:49152 /中找不到Angular應用Cleary在瀏覽器中加載這個URL,然後我得到這個錯誤。不知道我還能說什麼。 – Angad