-1
現在、セレクショングリッドとnosetestを使用して、Python UIオートメーションを実行しようとしています。私はハブと2つのノードの設定を終えました。私はいくつかのテストケースの実行が終了した後、以下のノード上のエラーメッセージが表示されますセレングリッドで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
私はこの問題を探して行っているが、のdidn問題を解決するのに役立つものは何も見つかりません。ハブとして機能しているVMが十分強力ではないため、それが問題なのかどうか疑問に思っています。
私はselenium-server-standalone-2.53.1
とnosetests-2.7
を使用しています。