-1
我目前正在嘗試使用硒網格和nosetest運行python UI自動化。我完成了集線器和兩個節點的設置。我試圖運行通過下面的命令來測試:用selenium grid運行nosetest
nosetests-2.7 --tests=ui_tests/sample_tests.py --tc-file=conf/config.ini --nologcapture -v --with-holmium --holmium-browser=chrome --holmium-remote=http://<my_hub_ip>:4444/wd/hub --process-timeout=600 --holmium-browser-per-test --holmium-ignore-ssl-errors --processes=2
我得到以下後,一些測試用例節點錯誤信息運行完畢:
INFO:I/O exception (org.apache.http.nohttpresponseexception) caught when processing request to <>->http://<my_hub_ip>:4444: The target server failed to respond
我已經做了搜索這個問題,但沒找不到有用的東西來解決問題。我想知道是否因爲充當集線器的虛擬機功能不夠強大。
我正在使用selenium-server-standalone-2.53.1
和nosetests-2.7
。