請幫幫我! 當我試圖用pytest + selenium運行我的簡單測試時,它不會啓動。只是什麼也沒有發生:不能運行pytest + selenium
import pytest
def test_example(selenium):
selenium.get('http://www.example.com')
截圖https://gyazo.com/01d93c221cc6acff0446f1fb473000cb
注:我做的是相同的,在我的工作電腦 - 它的作品!
請幫幫我! 當我試圖用pytest + selenium運行我的簡單測試時,它不會啓動。只是什麼也沒有發生:不能運行pytest + selenium
import pytest
def test_example(selenium):
selenium.get('http://www.example.com')
截圖https://gyazo.com/01d93c221cc6acff0446f1fb473000cb
注:我做的是相同的,在我的工作電腦 - 它的作品!
我白癡((( 安裝pytest硒 要使用PIP安裝pytest硒:
$ PIP安裝pytest硒
我認爲這是不夠的: PIP安裝pytest pip安裝硒
我想說明你可以使用pytest-selenium,但是你也可以使用pytest和selenium(例如你的requirements.txt中的selenium == 3.0.2)文件。看起來像一個依賴性issu即
我還想指出,您上傳的屏幕截圖包含您的臨時環境的敏感信息。您應該編輯它或完全刪除文件。