1.首先確定是否可以使用brew:
如果不行:建議先安裝;
/bin/bash -c "1.1、遇到報錯$(curl -fssl
"
curl: (7) failed to connect to raw.githubusercontent.com port 443: connectio1.2、處理方法:
sudo vim /etc/hosts1.3 在操作1步驟的**輸入密碼:
新增:199.232.28.133raw.githubusercontent.com
:wqsource /etc/hosts
2、終端下使用brew 安裝allure
brew install allure3.結合自己的pytest框架case執行用例
from py_37.py_pytest.day17.login import4、在pycharm下-控制台找到-terminallogin_check
class
testlogin:
deftest_login_success(self):
actual = login_check('
python37
','lemonban')
assert actual ==
deftest_login_wrong_passwd(self):
actual = login_check('
python37
', '
lemonban666')
assert actual ==
deftest_login_wrong_user(self):
actual = login_check('
python370
', '
lemonban')
assert actual ==
deftest_login_no_user(self):
actual = login_check(password="
lemonban")
assert actual ==
deftest_login_no_passwd(self):
actual = login_check("
python37")
assert actual ==
pytest -v5.輸出allure報告如下#切換目錄到
cd /py_37/py_pytest/day17
#執行命令
allure server allure_file
github pages Jekyll環境搭建
通過jekyll可以搭建 簡單理解成網頁生成規則,就是通過配置能自動幫你生成靜態網頁的東西。如何配置,請看 首先要更新ruby,系統倉庫裡最新的是1.9.3,而jekyll要求 2.0 最終版本資訊 ruby v ruby 2.3.3p222 2016 11 21 revision 56859 x8...
iOS WebDriverAgent 環境搭建
webdriveragent是facebook 在去年的 seleniumconf 大會上推出了一款新的ios移動測試框架。當時的推文申明,還只支援模擬器,不過在今年4月更新的版本中,官方宣稱支援真機測試了,大家可以檢視官方github 的介紹 下面摘錄一段官方對於webdriveragent的介紹...
pytorch tensorflow環境搭建
整個環境搭建鏈結 anaconda cuda 步驟一 安裝anaconda 作用是建立虛擬環境,避免各個環境受版本不同的影響 步驟二 cuda安裝 顯示卡廠商nvidia運算平台 sudo bash cuda 9.0.176 384.81 linux run此處是很長的說明 do you accep...