httpRunner使用(一):初步學習

目錄

一、相關學習資源

 二、設計理念:

 

一、相關學習資源

github倉庫:https://github.com/httprunner/httprunner

用戶文檔:https://cn.httprunner.org/

開發文檔:https://debugtalk.com/tags/HttpRunner/

安裝httpRunner

py -3 -m venv ~/ .venv/hogwarts

(在linux上使用虛擬環境:python3 -m venv ~/ .venv/hogwarts;source ~/ .venv/hogwarts/bin/activate)

 二、設計理念:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章